https://bugzilla.wikimedia.org/show_bug.cgi?id=23081
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #3 from JeLuF <[email protected]> 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 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
