From 9830c1577a864e6c975af22a39cc42f77fbe6f83 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 2 Dec 2010 10:47:01 +0000 Subject: [PATCH] Follow-up r77555: Add a commented out line with the new disableaccount right --- includes/DefaultSettings.php | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.20.1