https://bugzilla.wikimedia.org/show_bug.cgi?id=29956
mayurkumar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from mayurkumar <[email protected]> 2011-07-26 12:57:00 UTC --- hmm, some mistakes happened I wanted the whole setting for addition and removal as - 'wgAddGroups' => array( '+hiwiki' => array( 'bureaucrat' => array( 'interface_editor', 'flood', 'abusefilter', 'eliminator', 'import', 'transwiki', 'accountcreator', 'editprotected', 'filemover' ), 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'Patroller', 'reviewer' ), ), 'wgRemoveGroups' => array( '+hiwiki' => array( 'bureaucrat' => array( 'sysop', 'interface_editor', 'flood', 'abusefilter', 'eliminator', 'import', 'transwiki', 'accountcreator', 'editprotected', 'filemover' ), 'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'Patroller', 'reviewer' ), ), As sysops are not able to add Patroller group, I think it was due to (Patroller & patroller) first Capital letter. -- 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
