Manual:$wgMaximalPasswordLength
Appearance
この機能は、バージョン 1.42.0 で MediaWiki コアから除去されました。 この機能を使用するための代替方法については $wgPasswordPolicy's MaximalPasswordLength を参照してください。 |
利用者アカウント、認証: $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.
Since 1.26 deprecated in favor of $wgPasswordPolicy .