Legoktm has uploaded a new change for review.

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

Change subject: Enable $wgCentralAuthEnableGlobalRenameRequest in production
......................................................................

Enable $wgCentralAuthEnableGlobalRenameRequest in production

Change-Id: Ia7c7bfdc44f48ba06dea1dc65aa73058d94842a7
---
M wmf-config/CommonSettings-labs.php
M wmf-config/CommonSettings.php
2 files changed, 3 insertions(+), 1 deletion(-)


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

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index c1e8a67..296db68 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -120,7 +120,6 @@
 require_once( "$IP/extensions/MobileApp/MobileApp.php" );
 
 if ( $wmgUseCentralAuth ) {
-       $wgCentralAuthEnableGlobalRenameRequest = true;
        $wgCentralAuthEnableUserMerge = true;
 }
 
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3418881..7eb53fa 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1319,6 +1319,9 @@
        // Attempt to attach unattached accounts by password on login
        // temp disabled 2014-12-16 by legoktm for T75462 / possible OOM
        $wgCentralAuthAutoMigrate = false;
+
+       // Enables Special:GlobalRenameRequest
+       $wgCentralAuthEnableGlobalRenameRequest = true;
 }
 
 // Config for GlobalCssJs

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

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

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

Reply via email to