Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drupalv6.xサイトのパスワードポリシーを変更したいのですが。具体的には、1つの数字+1つの大文字+1文字の制約を削除したいと思います。新しいモジュールをインストールせずにこれを行う方法はありますか?
唯一の要件は、パスワードが一致していることです。追加することでパスワード警告を削除できます
.password-description{display:none !important;}
あなたのCSSに。