From 1aaaf32899cf50395000d821261f70173d55e1ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 29 Mar 2008 19:40:22 +0000 Subject: [PATCH] * Clarify documentation --- includes/DefaultSettings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.20.1