https://bugzilla.wikimedia.org/show_bug.cgi?id=27413
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Ashar Voultoiz <[email protected]> 2011-03-13 10:45:23 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 1616) +++ InitialiseSettings.php (working copy) @@ -6155,7 +6155,7 @@ 'sysop' => array ( 'flood' ), ), '+eswiki' => array( - 'bureaucrat' => array( 'rollbacker', 'bot', 'sysop', 'bureaucrat' ), + 'bureaucrat' => array( 'rollbacker', 'bot', 'sysop', 'bureaucrat', 'confirmed' ), 'sysop' => array( 'rollbacker', 'autopatrolled', 'patroller' ), ), '+eswikibooks' => array( @@ -6444,7 +6444,7 @@ 'sysop' => array( 'abusefilter', 'autopatrolled', 'ipblock-exempt' ), ), '+eswiki' => array( - 'bureaucrat' => array( 'rollbacker', 'bot' ), + 'bureaucrat' => array( 'rollbacker', 'bot', 'confirmed' ), 'sysop' => array( 'rollbacker', 'autopatrolled', 'patroller' ), ), '+eswikibooks' => 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
