Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1044,7 +1044,8 @@ |
1045 | 1045 | $wgSysopEmailBans = true; # Allow sysops to ban users from accessing Emailuser |
1046 | 1046 | |
1047 | 1047 | # Pages anonymous user may see as an array, e.g.: |
1048 | | -# array ( "Main Page", "Special:Userlogin", "Wikipedia:Help"); |
| 1048 | +# array ( "Main Page", "Wikipedia:Help"); |
| 1049 | +# Special:Userlogin and Special:Resetpass are always whitelisted. |
1049 | 1050 | # NOTE: This will only work if $wgGroupPermissions['*']['read'] |
1050 | 1051 | # is false -- see below. Otherwise, ALL pages are accessible, |
1051 | 1052 | # regardless of this setting. |