Odder has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/71243


Change subject: (bug 50425) Add the flood flag on bs.wikipedia
......................................................................

(bug 50425) Add the flood flag on bs.wikipedia

Adding the flood flag on bs.wikipedia per community request;
administrators will be able to add and remove users from this
group (including themselves).

[Note: The request asked for bureaucrats to be able to assign
this group to users, too, but since there are no bureaucrats
who are not simultaneously administrators on bs.wikipedia, I'm
adding this right only to the 'sysop' group.]

Bug: 50426
Change-Id: Idb753d1b28826ea492d7d8f3854e76dac9a6e25a
---
M wmf-config/InitialiseSettings.php
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/43/71243/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 7942d7b..9f94628 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6654,6 +6654,7 @@
                'patroller' => array( 'patrol' => true ),
                'autopatrolled' => array( 'autopatrol' => true ),
                'rollbacker' => array( 'rollback' => true ),
+               'flood' => array( 'bot' => true ), // bug 50425
        ),
        'cawiki' => array(
                'user' => array( 'patrol' => false ),
@@ -7629,7 +7630,8 @@
                'bureaucrat' => array( 'import' ),
        ),
        '+bswiki' => array(
-               'bureaucrat' => array( 'patroller', 'autopatrolled', 
'rollbacker' )
+               'sysop' => array( 'flood' ), // bug 50425
+               'bureaucrat' => array( 'patroller', 'autopatrolled', 
'rollbacker' ),
        ),
        '+cawiki' => array(
                'sysop' => array( 'rollbacker', 'autopatrolled', 'abusefilter', 
),
@@ -8040,7 +8042,8 @@
                'bureaucrat' => array( 'import' ),
        ),
        '+bswiki' => array(
-               'bureaucrat' => array( 'patroller', 'autopatrolled', 
'rollbacker' )
+               'sysop' => array( 'flood' ), // bug 50425
+               'bureaucrat' => array( 'patroller', 'autopatrolled', 
'rollbacker' ),
        ),
        '+cawiki' => array(
                'sysop' => array( 'rollbacker', 'autopatrolled', 'abusefilter', 
),

-- 
To view, visit https://gerrit.wikimedia.org/r/71243
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb753d1b28826ea492d7d8f3854e76dac9a6e25a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <tom...@twkozlowski.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to