Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3200,6 +3200,11 @@ |
3201 | 3201 | // For private suppression log access |
3202 | 3202 | #$wgGroupPermissions['suppress']['suppressionlog'] = true; |
3203 | 3203 | |
| 3204 | +// Permission to disable user accounts |
| 3205 | +// Note that disabling an account is not reversible without a system administrator |
| 3206 | +// who has direct access to the database |
| 3207 | +#$wgGroupPermissions['bureaucrat']['disableaccount'] = true; |
| 3208 | + |
3204 | 3209 | /** |
3205 | 3210 | * The developer group is deprecated, but can be activated if need be |
3206 | 3211 | * to use the 'lockdb' and 'unlockdb' special pages. Those require |