https://bugzilla.wikimedia.org/show_bug.cgi?id=29956
--- Comment #1 from mayurkumar <[email protected]> 2011-07-24 11:26:12 UTC --- Plz make changes as following- 'editprotected' => array( 'editprotected' => true, 'patrol' => true, 'autopatrol' => true, 'autoreview' => true, 'review' => true, 'upload_by_url' => true, 'ipblock-exempt' => true, 'autopatrolother' => true, 'patrolother' => true, 'validate' => true, 'patrolmarks' => true, 'suppressredirect' => true ), 'filemover' => array( 'movefile' => true ), 'Patroller' => array( 'patrol' => true, 'autopatrol' => true, 'autopatrolother' => true, 'unwatchedpages' => true, 'patrolother' => true, 'patrolmarks' => true ), 'sysop' => array( 'autopatrolother' => true, 'patrolother' => true ), Adding and removing rights 'bureaucrat' => array('editprotected', 'filemover' ), 'sysop' => array('Reviewer'), -- 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
