Manual:$wgMaxNameChars

This page is a translated version of the page Manual:$wgMaxNameChars and the translation is 57% complete.
User accounts, authentication: $wgMaxNameChars
Número máximo de bytes que puede tener un nombre de usuario.
Introducido en la versión:1.2.0
Eliminado en la versión:aún se usa
Valores permitidos:(entero)
Valor predeterminado:255 (1.5+)
32 (1.2-1.4)

Detalles

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).