Urbanecm has uploaded a new change for review.

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

Change subject: Changetags should be granted only to sysops and bots
......................................................................

Changetags should be granted only to sysops and bots

Bug: T136187
Change-Id: I2106d05d41ed8e567451aa4e7a1be12073450587
---
M wmf-config/InitialiseSettings.php
1 file changed, 8 insertions(+), 1 deletion(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index b4c09b0..81ca0ea 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -8434,7 +8434,10 @@
                'autoconfirmed' => [
                        'collectionsaveascommunitypage' => false, // T85780
                ],
-               'bot' => [ 'move-categorypages' => true ], // T87230
+               'bot' => [
+                       'move-categorypages' => true, // T87230
+                       'changetags' => true, // T136187
+               ],
                'rollbacker' => [ 'rollback' => true ],
                'uploader' => [ // T14334
                        'upload' => true,
@@ -8443,6 +8446,7 @@
                ],
                'user' => [ // T68871
                        'move-categorypages' => false,
+                       'changetags' => false, // T136187
                ],
                'closer' => [
                        'move-categorypages' => true, // T68871
@@ -8472,6 +8476,9 @@
                        'deletedtext' => true,
                        'abusefilter-log-detail' => true,
                ],
+               'sysop' => [
+                       'changetags' => true, // T136187
+               ],
        ],
        'ruwikiquote' => [
                'autoeditor' => [ 'autoreview' => true, 'autoconfirmed' => 
true, 'editsemiprotected' => true ],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2106d05d41ed8e567451aa4e7a1be12073450587
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <[email protected]>

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

Reply via email to