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

Change subject: Disable centralauth-rename right for maintenance
......................................................................


Disable centralauth-rename right for maintenance

Global rename is currently not welcome, as a maintenance script
to populate local_user_id and global_user_id fields in production
runs per T148242.

This change is intended to be reverted when the script is done,
expected to occur 27 November 2016.

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

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index de41400..ee77249 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1313,7 +1313,7 @@
        wfLoadExtension( 'CentralAuth' );
 
        $wgCentralAuthDryRun = false;
-       $wgGroupPermissions['steward']['centralauth-rename'] = true;
+       // $wgGroupPermissions['steward']['centralauth-rename'] = true;
        $wgCentralAuthCookies = true;
 
        $wgCentralAuthUseEventLogging = true;
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index b8a90b0..7e496c7 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
@@ -8426,7 +8426,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/322606
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic06a12b98af92415759eda86a9fb13b76d46f568
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to