MarcoAurelio has uploaded a new change for review.

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

Change subject: Re-enable 'centralauth-rename' rights as maintenance is done
......................................................................

Re-enable 'centralauth-rename' rights as maintenance is done

* Re-enabling global-rename rights for stewards, global renamers and WMF staff, 
which were suspended as per T151155 due to T148242.
* Further: moving 'centralauth-rename' rights for stewards from 
CommonSettings.php to InitialiseSettings.php.

Bug: T148242
Bug: T151155
Change-Id: I0e381e253611f8d7360dcfb53244816f62bf157c
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/67/322667/2

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index ee77249..d651254 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1313,7 +1313,6 @@
        wfLoadExtension( 'CentralAuth' );
 
        $wgCentralAuthDryRun = false;
-       // $wgGroupPermissions['steward']['centralauth-rename'] = true;
        $wgCentralAuthCookies = true;
 
        $wgCentralAuthUseEventLogging = true;
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 5543ba9..5dc91f9 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -8394,7 +8394,7 @@
                ],
                'global-renamer' => [ // T142123, T71651
                        'autopatrol' => true,
-                       // 'centralauth-rename' => true,
+                       'centralauth-rename' => true,
                ],
                'massmessage-sender' => [
                        'autopatrol' => true, // T142123
@@ -8405,6 +8405,7 @@
                ],
                'steward' => [
                        'userrights-interwiki' => true,  // new steward stuff, 
yay 2007-12-27
+                       'centralauth-rename' => true,
                ],
                'translationadmin' => [
                        'autopatrol' => true, // T142123
@@ -8426,7 +8427,7 @@
                        'userrights-interwiki' => true,
                        'centralauth-lock' => true,
                        'globalblock' => true,
-                       // 'centralauth-rename' => true,
+                       'centralauth-rename' => true,
                        'userrights' => true,
                        'editcontentmodel' => true, // TODO: remove when a 
change for T85847 is deployed
                        'massmessage' => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e381e253611f8d7360dcfb53244816f62bf157c
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to