Last modified: 2008-09-14 19:01:10 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T17176, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15176 - Flood flag for Meta
Flood flag for Meta
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://meta.wikimedia.org/w/index.php...
: shell
Depends on: 15126
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-15 15:52 UTC by Mike.lifeguard
Modified: 2008-09-14 19:01 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Mike.lifeguard 2008-08-15 15:52:59 UTC
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');
Comment 1 JeLuF 2008-09-14 19:01:10 UTC
Done.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links