jenkins-bot has submitted this change and it was merged.

Change subject: Create and modify groups in eswikibooks
......................................................................


Create and modify groups in eswikibooks

Create autopatrolled with "autopatrol" flag, and patroller with "autopatrol" 
and "patrol" flags.
Allow sysops to add/remove patroller and autopatrolled user groups.
Allow 'crats to add/remove confirmed user group.

Bug: T93371
Change-Id: I2a29cf578740afe272e18973726a90057ce2220a
---
M wmf-config/InitialiseSettings.php
1 file changed, 9 insertions(+), 4 deletions(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 8e8ee05..f98c895 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7136,6 +7136,11 @@
                '*' => array( 'createpage' => false, 'createtalk' => false, ),
                'flood' => array( 'bot' => true ),
                'rollbacker' => array( 'rollback' => true ),
+               'autopatrolled' => array( 'autopatrol' => true ), //T93371
+               'patroller' => array(
+                       'patrol' => true,
+                       'autopatrol' => true,
+               ), //T93371
        ),
        'eswikinews' => array(
                'bot' => array( 'editprotected' => true ),
@@ -8282,8 +8287,8 @@
                'sysop' => array( 'rollbacker', 'autopatrolled', 'patroller' ),
        ),
        '+eswikibooks' => array(
-               'bureaucrat' => array( 'flood' ),
-               'sysop' => array( 'flood', 'rollbacker' ),
+               'bureaucrat' => array( 'flood', 'confirmed' ), // T93371
+               'sysop' => array( 'flood', 'rollbacker', 'patroller', 
'autopatrolled' ), // T93371
        ),
        '+eswikinews' => array(
                'bureaucrat' => array( 'editprotected', 'flood', ),
@@ -8887,8 +8892,8 @@
                'sysop' => array( 'rollbacker', 'autopatrolled', 'patroller' ),
        ),
        '+eswikibooks' => array(
-               'bureaucrat' => array( 'flood' ),
-               'sysop' => array( 'flood', 'rollbacker' ),
+               'bureaucrat' => array( 'flood', 'confirmed' ),
+               'sysop' => array( 'flood', 'rollbacker', 'patroller', 
'autopatrolled' ),
        ),
        '+eswikinews' => array(
                'bureaucrat' => array( 'editprotected', 'flood', ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2a29cf578740afe272e18973726a90057ce2220a
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Gerardduenas <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to