r77572 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77571‎ | r77572 | r77573 >
Date:10:47, 2 December 2010
Author:raymond
Status:reverted
Tags:
Comment:
Follow-up r77555: Add a commented out line with the new disableaccount right
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3200,6 +3200,11 @@
32013201 // For private suppression log access
32023202 #$wgGroupPermissions['suppress']['suppressionlog'] = true;
32033203
 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+
32043209 /**
32053210 * The developer group is deprecated, but can be activated if need be
32063211 * to use the 'lockdb' and 'unlockdb' special pages. Those require

Follow-up revisions

RevisionCommit summaryAuthorDate
r86146Revert r77555 and followups r77563, r77572, r78116 (merge DisableAccount to c...demon22:49, 15 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77555Merge DisableAccount extension into core, disabled by default because the rig...werdna04:17, 2 December 2010

Status & tagging log