From: Niklas Laxström Date: Sat, 29 Mar 2008 19:40:22 +0000 (+0000) Subject: * Clarify documentation X-Git-Tag: 1.31.0-rc.0~48738 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=1aaaf32899cf50395000d821261f70173d55e1ba;p=lhc%2Fweb%2Fwiklou.git * Clarify documentation --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 888b361253..7be844a6fe 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1044,7 +1044,8 @@ $wgBlockAllowsUTEdit = false; # Blocks allow users to edit their own user tal $wgSysopEmailBans = true; # Allow sysops to ban users from accessing Emailuser # Pages anonymous user may see as an array, e.g.: -# array ( "Main Page", "Special:Userlogin", "Wikipedia:Help"); +# array ( "Main Page", "Wikipedia:Help"); +# Special:Userlogin and Special:Resetpass are always whitelisted. # NOTE: This will only work if $wgGroupPermissions['*']['read'] # is false -- see below. Otherwise, ALL pages are accessible, # regardless of this setting.