From: Raimond Spekking Date: Thu, 2 Dec 2010 10:47:01 +0000 (+0000) Subject: Follow-up r77555: Add a commented out line with the new disableaccount right X-Git-Tag: 1.31.0-rc.0~33644 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=9830c1577a864e6c975af22a39cc42f77fbe6f83;p=lhc%2Fweb%2Fwiklou.git Follow-up r77555: Add a commented out line with the new disableaccount right --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1bd0d69642..7ab734b33b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3200,6 +3200,11 @@ $wgGroupPermissions['bureaucrat']['noratelimit'] = true; // For private suppression log access #$wgGroupPermissions['suppress']['suppressionlog'] = true; +// Permission to disable user accounts +// Note that disabling an account is not reversible without a system administrator +// who has direct access to the database +#$wgGroupPermissions['bureaucrat']['disableaccount'] = true; + /** * The developer group is deprecated, but can be activated if need be * to use the 'lockdb' and 'unlockdb' special pages. Those require