Manual:$wgMaximalPasswordLength

This page is a translated version of the page Manual:$wgMaximalPasswordLength and the translation is 30% complete.
利用者アカウント、認証: $wgMaximalPasswordLength
Specifies the maximal length of a user password.
導入されたバージョン:1.24.0 (Gerrit change 201220; git #63cf33d8)
廃止予定になったバージョン:1.26.0 (Gerrit change 206156; git #1a20dc93)
除去されたバージョン:1.42.0 (Gerrit change 995047; git #2d66025f)
許容される値:(nonnegative integer)
既定値:4096

詳細

Specifies the maximal length of a user password.

It is not recommended to make this greater than the default, as it can allow DoS attacks by users setting really long passwords. In addition, this should not be lowered too much, as it enforces weak passwords.

  警告: Unlike other password settings, user with passwords greater than the maximum will not be able to log in.

Since 1.26 deprecated in favor of $wgPasswordPolicy .

関連項目