Jump to content

Manual:$wgMaxNameChars/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgMaxNameChars and the translation is 14% complete.
User accounts, authentication: $wgMaxNameChars
Maximum number of bytes in username.
이 변수가 소개된 버전:1.2.0
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(integer)
기본값: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.

UserNameUtils::isCreatable() (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).