Manual:$wgHiddenPrefs/ko
Appearance
| User accounts, authentication: $wgHiddenPrefs | |
|---|---|
| Disable certain user preferences. |
|
| 이 변수가 소개된 버전: | 1.16.0 (r50782) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) |
| 기본값: | 미지정 |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
$wgHiddenPrefs is an array to disable certain user preferences (preferences system was rewritten in 1.16).
This obsoletes $wgAllowRealName = false; with the following code:
$wgHiddenPrefs[] = 'realname';
For a list of preference names and what they do, see Manual:$wgDefaultUserOptions#Available preferences.