Podręcznik:$wgMaxNameChars
Appearance
User accounts, authentication: $wgMaxNameChars | |
---|---|
Maximum number of bytes in username. |
|
Wprowadzono w wersji: | 1.2.0 |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (integer) |
Domyślna wartość: | 255 (1.5+)32 (1.2-1.4) |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
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 (zadanie T25080).