Manual:$wgHiddenPrefs/de-formal

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.
Eingeführt in Version:1.16.0 (r50782)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(array)
Standardwert:nicht angegeben

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.