Manual:$wgHiddenPrefs/de-formal

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> User accounts, authentication</translate>: $wgHiddenPrefs
Disable certain user preferences.
<translate> Introduced in version:</translate>1.16.0 (r50782)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate><translate> Unspecified</translate>

Details

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