Manual:$wgMinimalPasswordLength/de-formal
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.26.0. Please see $wgPasswordPolicy's MinimalPasswordLength for an alternative way to use this feature. |
User accounts, authentication: $wgMinimalPasswordLength | |
---|---|
Specifies the minimal length of a user password. |
|
Eingeführt in Version: | 1.5.0 (r7317) |
Veraltet in Version: | 1.26.0 (Gerrit change 206156; git #1a20dc) |
Entfernt in Version: | weiterhin vorhanden |
Erlaubte Werte: | (nonnegative integer) |
Standardwert: | 8 (1.40+)
0 (1.5-1.15) |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Specifies the minimal length of a user password.
If you change this value, users with a password shorter than your new $wgMinimalPasswordLength
, have to change their password the next time they log in.
If set to 0, empty passwords are allowed.
Since 1.26 deprecated in favor of $wgPasswordPolicy .