Handbuch:$wgMinimalPasswordLength
Appearance
Diese Funktion wurde in der Version 1.42.0 aus dem MediaWiki-Kern entfernt.
Auf $wgPasswordPolicy's MinimalPasswordLength findet sich eine alternative Möglichkeit, diese Funktion zu nutzen. |
| Benutzerkonten, Authentifizierung: $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: | 1.42.0 (Gerrit change 995047; git #2d66025f) |
| Erlaubte Werte: | (nichtnegative ganze Zahl) |
| 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.