Last modified: 2008-08-15 15:52:59 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 T17126, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15126 - Allow a user to add a specified group to themselves and remove it
Allow a user to add a specified group to themselves and remove it
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
User login and signup (Other open bugs)
1.14.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 15176
  Show dependency treegraph
 
Reported: 2008-08-11 17:20 UTC by Mike.lifeguard
Modified: 2008-08-15 15:52 UTC (History)
0 users

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


Attachments

Description Mike.lifeguard 2008-08-11 17:20:12 UTC
I had thought this is what $wgAddGroupsToSelf and $wgRemoveGroupsFromSelf were for:
 $wgAddGroupsToSelf      = array('sysop','bot');   #allows sysops to give themselves bot
 $wgRemoveGroupsFromSelf = array('sysop','sysop'); #allows sysops to remove their sysop bit

But that is not the case. What that really does is allow /anyone/ to add sysop or bot to themselves and allows /anyone/ to remove sysop from themselves (I suppose the 2nd parameter is redundant then).

Therefore, please create a setting to allow users in a specified user group to add/remove another user group from themselves. This is desired to implement a "flood flag" which is a user group called "flood" with the 'bot' permission which only admins may add only to themselves, and remove only from themselves.

http://meta.wikimedia.org/w/index.php?title=Flood_flag&oldid=1127999 is the proposal using the misunderstanding described above. Consensus is still developing (http://meta.wikimedia.org/w/index.php?title=Talk:Flood_flag&oldid=1128153), but we should have this option in the software regardless
Comment 1 Mike.lifeguard 2008-08-14 22:01:19 UTC
Fixed in r39368 by Skizzerz!

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


Navigation
Links