VOOZH about

URL: https://phabricator.wikimedia.org/T15509

⇱ ⚓ T15509 Allow bureaucrats on Meta-wiki to remove rights


Maniphest T15509

Allow bureaucrats on Meta-wiki to remove rights
Closed, ResolvedPublic

Description

Author:

Description:
Per general agreement here: http://meta.wikimedia.org/wiki/Meta_talk:Requests_for_adminship#Radical_idea, and no objections at all, can someone please set bureaucrats on Meta to be able to remove rights as well as add them? Thanks.


Version: unspecified
Severity: enhancement

Details

Reference
bz13509

Event Timeline

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

lilewyn wrote:

More specifically:

$wgGroupPermissions['bureaucrat']['userrights'] = true;
$wgAddGroups['bureaucrat'] = array( 'bot', 'sysop', 'bureaucrat');
$wgRemoveGroups['bureaucrat'] = array( 'bot', 'sysop');

This goes along with Meta admins being given bureaucrat upon request, this way we can manage our army of temporary sysops and deal with local confirmation issues without bothering the stewards.

Comment Actions

axel9891 wrote:

Bureaucrats should also have the ability to remove bureaucrat right as well.

Comment Actions

cometstyles wrote:

This will be an excellent test cause if it goes well, it can be implemented on other wikis (not enwiki since its too big/controversial to be governed by crats only) but may work perfectly on commons and other smaller wikis such as Simplewiki , wikinews, wikisource and wikiversity so the Stewards can deal with the remaining 730+ wikis.

Comment Actions

jeluf wrote:

Done.

The following rules have been set:

$wgGroupPermissions['bureaucrat']['userrights'] = true;
$wgAddGroups['bureaucrat'] = array( 'bot', 'sysop', 'bureaucrat');
$wgRemoveGroups['bureaucrat'] = array( 'bot', 'sysop', 'bureaucrat');

Comment Actions

jeluf wrote:

Revoked $wgGroupPermissions['bureaucrat']['userrights'] = true; due to concerns regarding WMF's privacy policy.

Comment Actions

ayg wrote:

. . . because setting userrights allows the right to set or remove *any* group, including oversight, checkuser, etc. It should presumably not be set on any Wikimedia wiki for anyone but stewards. AddGroups/RemoveGroups should be used instead (they don't require userrights to be set to work).

Comment Actions

lilewyn wrote:

Thank you. I'm posting a notice to the Meta bureaucrats now. Apologies for the mixup re: ['userrights'].

Content licensed under Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 unless otherwise noted; code licensed under GNU General Public License (GPL) 2.0 or later and other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL · Credits