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

Change subject: Enable confirmed group at nowiki
......................................................................


Enable confirmed group at nowiki

* Added a confirmed group with the same rights as the autoconfirmed group
* Sysops are allowed to add or remove users from that group

Bug: T125448
Change-Id: I59c8707794fcfe3176a5718f4168863a0ff19b79
---
M wmf-config/InitialiseSettings.php
1 file changed, 16 insertions(+), 2 deletions(-)

Approvals:
  Thcipriani: Looks good to me, approved
  Dereckson: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index cb4c687..f2cdfcb 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -8102,6 +8102,20 @@
        'nowiki' => array(
                'patroller' => array( 'patrol' => true, 'autopatrol' => true, 
'rollback' => true, 'unwatchedpages' => true, 'suppressredirect' => true, ),
                'autopatrolled' => array( 'autopatrol' => true, 
'unwatchedpages' => true ),
+               'confirmed' => array( // T125448
+                       'autoconfirmed' => true,
+                       'collectionsaveascommunitypage' => true,
+                       'collectionsaveasuserpage' => true,
+                       'editsemiprotected' => true,
+                       'flow-edit-post' => true,
+                       'mwoauthproposeconsumer' => true,
+                       'mwoauthupdateownconsumer' => true,
+                       'move' => true,
+                       'reupload' => true,
+                       'skipcaptcha' => true,
+                       'transcode-reset' => true,
+                       'upload' => true,
+               ),
        ),
        '+nowikibooks' => array(
                'user' => array( 'patrol' => false ),
@@ -9130,7 +9144,7 @@
        ),
        '+nowiki' => array(
                'bureaucrat' => array( 'patroller', 'autopatrolled', 
'accountcreator' ),
-               'sysop' => array( 'patroller', 'autopatrolled', 'abusefilter', 
'transwiki' ),
+               'sysop' => array( 'patroller', 'autopatrolled', 'abusefilter', 
'transwiki', 'confirmed' ),
        ),
        '+nowikibooks' => array(
                'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 
'patroller', 'autopatrolled' ),
@@ -9798,7 +9812,7 @@
        ),
        '+nowiki' => array(
                'bureaucrat' => array( 'patroller', 'autopatrolled', 
'transwiki', 'accountcreator' ),
-               'sysop' => array( 'autopatrolled', 'abusefilter' ),
+               'sysop' => array( 'autopatrolled', 'abusefilter', 'confirmed' ),
        ),
        '+nowikibooks' => array(
                'bureaucrat' => array( 'bot', 'patroller', 'autopatrolled' ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I59c8707794fcfe3176a5718f4168863a0ff19b79
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to