Legoktm has uploaded a new change for review.

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

Change subject: Re-enable $wgCentralAuthAutoMigrate
......................................................................

Re-enable $wgCentralAuthAutoMigrate

Change-Id: Iacadce638568ef9699588272c408fc89e3e88180
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 2 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 1f4871b..4b58d07 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1299,8 +1299,9 @@
        $wgCentralAuthCreateOnView = true;
 
        // Attempt to attach unattached accounts by password on login
-       // temp disabled 2014-12-16 by legoktm for T75462 / possible OOM
-       $wgCentralAuthAutoMigrate = false;
+       $wgCentralAuthAutoMigrate = true;
+       // Try to create a global if there isn't one and it's safe
+       $wgCentralAuthAutoMigrateNonGlobalAccounts = true;
 
        // Enables Special:GlobalRenameRequest
        $wgCentralAuthEnableGlobalRenameRequest = true;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iacadce638568ef9699588272c408fc89e3e88180
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