Handbuch:$wgMaxNameChars
Benutzerkonten, Authentifizierung: $wgMaxNameChars | |
---|---|
Maximum number of bytes in username. |
|
Eingeführt in Version: | 1.2.0 |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Ganzzahl) |
Standardwert: | 255 (1.5+)32 (1.2-1.4) |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Sets the maximum number of bytes in username.
All existing usernames on a wiki consisting of more bytes will become invalid after you set this parameter to a lower value.
User::isUsableName()
(and thus the "Create account" form) enforces a lower limit of 235 bytes, to avoid unreachable subpages such as User_talk:Username/monobook.css (task T25080).