我可以在不使用外部模块的情况下更改 Drupal 密码策略吗?
我想更改 Drupal v6.x 站点的密码策略。具体来说,我想删除 1 个数字 + 1 个大写字母 + 1 个字符的限制。有什么办法可以做到这一点,无需安装新模块?
I would like to change the password policy for a Drupal v6.x site. Specifically, I'd like to remove the 1 number + 1 capital + 1 character constraint. Is there any way to do this, without installing an new module?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一的要求是密码匹配。 来删除密码警告。
您可以通过添加到 css
The only requirement is that the passwords match. You can remove the password warnings by adding
to your css.