Jump to content

Manual:$wgHiddenPrefs/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgHiddenPrefs and the translation is 14% complete.
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.