我可以在不使用外部模块的情况下更改 Drupal 密码策略吗?

发布于 2024-10-16 18:42:38 字数 99 浏览 2 评论 0原文

我想更改 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

念三年u 2024-10-23 18:42:38

唯一的要求是密码匹配。 来删除密码警告。

.password-description{display:none !important;}

您可以通过添加到 css

The only requirement is that the passwords match. You can remove the password warnings by adding

.password-description{display:none !important;}

to your css.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文