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

Change subject: Add new group "curator" to enwikiversity
......................................................................


Add new group "curator" to enwikiversity

One new group was added, with rights:
* CreateAccount
* Delete
* Edit Protected
* Import
* IPBlock Exempt
* Merge History
* Move Category Pages
* Move Files
* Move
* Move Subpages
* Protect
* Rollback
* Suppress Redirect
* Upload

Sysops can add or remove this group.

Bug: T113109
Change-Id: I097c5f9510206435c65aa641e73cf589120687f8
---
M wmf-config/InitialiseSettings.php
1 file changed, 22 insertions(+), 0 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 be472cf..9bf6c90 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7419,6 +7419,22 @@
        ),
        'enwikiversity' => array(
                'user' => array( 'move' => false ), // autoconfirmed only
+               'curator' => array( // T113109
+                       'createaccount' => true,
+                       'delete' => true,
+                       'editprotected' => true,
+                       'import' => true,
+                       'ipblock-exempt' => true,
+                       'mergehistory' => true,
+                       'move-categorypages' => true,
+                       'movefile' => true,
+                       'move' => true,
+                       'move-subpages' => true,
+                       'protect' => true,
+                       'rollback' => true,
+                       'suppressredirect' => true,
+                       'upload' => true,
+               ),
        ),
        'enwikivoyage' => array(
                'autopatrolled' => array( 'autopatrol' => true ),
@@ -8680,6 +8696,9 @@
                'sysop' => array( 'autopatrolled' ),
                'bureaucrat' => array( 'patroller' ),
        ),
+       '+enwikiversity' => array(
+               'sysop' => array( 'curator' ), // T113109
+       ),
        '+eswiki' => array(
                'bureaucrat' => array( 'rollbacker', 'confirmed' ),
                'sysop' => array( 'rollbacker', 'autopatrolled', 'patroller' ),
@@ -9324,6 +9343,9 @@
                'sysop' => array( 'autopatrolled' ),
                'bureaucrat' => array( 'sysop', 'patroller' ),
        ),
+       '+enwikiversity' => array(
+               'sysop' => array( 'curator' ), // T113109
+       ),
        '+enwikisource' => array(
                'bureaucrat' => array( 'autopatrolled', 'flood' ), // T38863
                'sysop' => array( 'abusefilter', 'autopatrolled', ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I097c5f9510206435c65aa641e73cf589120687f8
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Luke081515 <[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