Manual:$wgMaxNameChars
Appearance
| User accounts, authentication: $wgMaxNameChars | |
|---|---|
| Максимальное количество байтов в имени участника. |
|
| Введено в версии: | 1.2.0 |
| Удалено в версии: | всё ещё используется |
| Допустимые значения: | (целое число) |
| Значение по умолчанию: | 255 (1.5+)32 (1.2-1.4) |
| Другие настройки: По алфавиту | По функциональности | |
Подробнее
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 (T25080).