https://bugzilla.wikimedia.org/show_bug.cgi?id=16833
Mike.lifeguard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords|shell | --- Comment #2 from Mike.lifeguard <[email protected]> 2008-12-29 22:45:26 UTC --- (In reply to comment #1) > To add the code that we need adding is something like that that follows: > > $wgGroupPermissions['flood']['bot'] = true; > $wgRemoveGroups['sysop'] = array( 'flood' ); > $wgAddGroups['sysop'] = array( 'flood' ); > > In the first line 'flood' and 'bot' may be the wrong way around. > > Thanks, > > Bluegoblin7 > http://simple.wikipedia.org/wiki/User:Bluegoblin7 > I think this might be mistaken if you are using "flood flag" to mean the same as http://meta.wikimedia.org/wiki/Flood_flag $wgGroupPermissions['flood']['bot'] = true; #creates the "flood" group with the "bot" right $wgGroupsAddToSelf['sysop'] = array('flood'); #sysops may add the "flood" group to themselves $wgGroupsRemoveFromSelf['sysop'] = array('flood'); #sysops may remove the "flood" group from themselves $wgRemoveGroups['bureaucrat'] = array('flood'); #add this to whatever 'crats can already remove; it lets bureaucrats remove the "flood" group from users However, in reviewing the discussion at the URL you provided, it's not clear what's meant. I would suggest that the Simple English Wikipedia community clarify what they want, and then ask for it unambiguously & any shell users looking at this wait until then. In fact, I will remove the 'shell' keyword until someone confirms what the community is actually asking for. Thanks. -- 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
