Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1011,6 +1011,11 @@ |
1012 | 1012 | * combined with the permissions of all groups that a given user is listed |
1013 | 1013 | * in in the user_groups table. |
1014 | 1014 | * |
| 1015 | + * Note: Don't set $wgGroupPermissions = array(); unless you know what you're |
| 1016 | + * doing! This will wipe all permissions, and may mean that your users are |
| 1017 | + * unable to perform certain essential tasks or access new functionality |
| 1018 | + * when new permissions are introduced and default grants established. |
| 1019 | + * |
1015 | 1020 | * Functionality to make pages inaccessible has not been extensively tested |
1016 | 1021 | * for security. Use at your own risk! |
1017 | 1022 | * |