Page MenuHomePhabricator

Flood flag for Meta
Closed, ResolvedPublic

Description

Author: mike.lifeguard+bugs

Description:
This will allow sysops on Meta to give themselves the 'flood' user group (which has the 'bot' right) and remove it from themselves. Additionally, Meta bureaucrats may remove it from any user:

$wgGroupPermissions['flood']['bot'] = true; #creates the "flood" group with the "bot" right
$wgGroupsAddToSelf['sysop'] = array('flood'); #sysops may add the "flood" group to themselves
$wgGroupsRemoveFromSelf['sysop'] = array('flood'); #sysops may remove the "flood" group from themselves
$wgRemoveGroups['bureaucrat'] = array(
'flood', # only this line is new; it lets bureaucrats remove the "flood" group from users
'ipblock-exempt',
'bot',
'sysop',
'bureaucrat');


Version: unspecified
Severity: enhancement
URL: http://meta.wikimedia.org/w/index.php?title=Talk:Flood_flag&oldid=1134606#Straw_poll

Details

Reference
bz15176

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:21 PM
bzimport set Reference to bz15176.
bzimport added a subscriber: Unknown Object (MLST).