https://bugzilla.wikimedia.org/show_bug.cgi?id=28773
Ruslan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Ruslan <[email protected]> 2011-05-08 08:38:38 UTC --- Actually in '+stewardwiki' => array( 'bureaucrat' => array( 'accountcreator', 'import', 'transwiki', 'user', 'autoconfirmed', 'ipblock-exempt' ), ) ' 'autoconfirmed' should be removed (all auto-confirmed userrights are now in the 'user' group). 'accountcreator' is also not very userful. Also the following should be added to 'wgRemoveGroups' => array( '+stewardwiki' => array( 'bureaucrat' => array( 'bureaucrat', 'sysop', 'import', 'transwiki', 'user', 'ipblock-exempt' ), ) -- 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
