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

Change subject: Enable centralauth token for mobile on betalabs
......................................................................


Enable centralauth token for mobile on betalabs

Change-Id: Ie757e873bd12666bc7614e6f39cfffd7f48a488d
---
M wmf-config/InitialiseSettings-labs.php
M wmf-config/mobile-labs.php
2 files changed, 4 insertions(+), 1 deletion(-)

Approvals:
  awjrichards: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 6f9b3fa..61396fb 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -226,6 +226,9 @@
        'wmgMFLoginHandshakeUrl' => array(
                'default' => 
'//commons.wikimedia.beta.wmflabs.org/wiki/Special:LoginHandshake?useformat=mobile',
        ),
+       'wmgMFUseCentralAuthToken' => array(
+               'default' => true,
+       ),
 
        'wmgEnableGeoData' => array(
                'default' => true,
diff --git a/wmf-config/mobile-labs.php b/wmf-config/mobile-labs.php
index 35182f0..f77a6b4 100644
--- a/wmf-config/mobile-labs.php
+++ b/wmf-config/mobile-labs.php
@@ -7,4 +7,4 @@
 require_once( __DIR__ . '/mobile.php' );
 
 $wgMFForceSecureLogin = false;
-$wgMFLoginHandshakeUrl = 
'http://commons.wikimedia.beta.wmflabs.org/wiki/Special:LoginHandshake?useformat=mobile';
+$wgMFUseCentralAuthToken = $wmgMFUseCentralAuthToken;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie757e873bd12666bc7614e6f39cfffd7f48a488d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: awjrichards <[email protected]>
Gerrit-Reviewer: awjrichards <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to