Manual:$wgMaxNameChars/ko
Appearance
| 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).