https://bugzilla.wikimedia.org/show_bug.cgi?id=20347

           Summary: Flood flag for Stragetic Planning
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


We'd like the Flood Flag implemented on the Strategic Planning wiki please:

$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',   # only this line is new; it lets bureaucrats remove the "flood"
group from users
 'ipblock-exempt',
 'bot',
 'sysop',
 'bureaucrat');


-- 
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

Reply via email to