Manual:$wgMaximalPasswordLength/zh

From Linux Web Expert

<translate> User accounts, authentication</translate>: $wgMaximalPasswordLength
指定用户密码的最长长度。
<translate> Introduced in version:</translate>1.24.0 (Gerrit change 201220; git #63cf33d8)
<translate> Deprecated in version:</translate>1.26.0 (Gerrit change 206156; git #1a20dc93)
<translate> Removed in version:</translate>1.42.0 (Gerrit change 995047; git #2d66025f)
<translate> Allowed values:</translate>(非负整数)
<translate> Default value:</translate>4096

详情

指定用户密码的最长长度。

不建议将此值设置为大于默认值,因为它可以允许用户设置非常长的密码进行DoS攻击。 此外,这也不应该降低太多,因为这会强制使用弱密码。

File:OOjs UI icon notice-destructive.svg <translate> Warning:</translate> 与其他的密码设置不同,密码大于最大长度的用户将无法登录。

自从1.26版本被弃用,以$wgPasswordPolicy 替代。

另请参阅