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.
我想更改 Drupal v6.x 站点的密码策略。具体来说,我想删除 1 个数字 + 1 个大写字母 + 1 个字符的约束。有没有办法做到这一点,而无需安装新模块?
唯一的要求是密码匹配。您可以通过添加删除密码警告
.password-description{display:none !important;}
到你的 CSS。