Last modified: 2010-09-09 19:54:40 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 T25081, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23081 - Remove "makesysop" right from bureaucrats and stewards groups
Remove "makesysop" right from bureaucrats and stewards groups
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-04-07 12:44 UTC by Alexandre Emsenhuber [IAlex]
Modified: 2010-09-09 19:54 UTC (History)
3 users (show)

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


Attachments

Description Alexandre Emsenhuber [IAlex] 2010-04-07 12:44:20 UTC
Makesysop extension has been removed (see bug 20291), but the "makesysop" right is still given to bureaucrats and stewards (in CommonSettings.php) and thus visible on Special:ListGroupRights. This right should be removed since it's now useless. Thanks!
Comment 1 JeLuF 2010-04-08 18:20:05 UTC
Done.
Comment 2 Chad H. 2010-07-16 22:31:38 UTC
Still a few makebot/makesysop entries left in InitialiseSettings.php

iswiki sysop still has makebot and makesysop, enwiki founder still has makesysop.
Comment 3 JeLuF 2010-09-09 19:54:40 UTC
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1119)
+++ InitialiseSettings.php	(working copy)
@@ -5329,7 +5329,7 @@
         '*' => array( 'createpage' => false ),
         'user' => array( 'move' => false ), // autoconfirmed only
         'autoconfirmed' => array( 'patrol' => true ), // http://bugzilla.wikimedia.org/show_bug.cgi?id=12007
-        'founder' => array( 'makesysop' => true, 'userrights' => true ),
+        'founder' => array( 'userrights' => true ),
         'rollbacker' => array( 'rollback' => true ),
         'accountcreator' => array( 
             'override-antispoof' => true,
@@ -5482,9 +5482,7 @@
 	),
     'iswiki' => array(
     	'sysop' => array( 
-    		'makesysop' => true,
     		'renameuser' => true,
-    		'makebot' => true,
     	)
     ),
     'iswikibooks' => array(
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

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


Navigation
Links