awjrichards has submitted this change and it was merged. Change subject: Append useformat=mobile to login handshake URL for MobileFrontend ......................................................................
Append useformat=mobile to login handshake URL for MobileFrontend Change-Id: I7bb9a3c7e6a2498c3f120dbf6827648e27c78295 --- M wmf-config/mobile-labs.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: awjrichards: Verified; Looks good to me, approved diff --git a/wmf-config/mobile-labs.php b/wmf-config/mobile-labs.php index 181d9a7..ce248b1 100644 --- a/wmf-config/mobile-labs.php +++ b/wmf-config/mobile-labs.php @@ -10,4 +10,4 @@ require_once( __DIR__ . '/mobile.php' ); $wgMFForceSecureLogin = false; -$wgMFLoginHandshakeUrl = 'http://commons.wikimedia.beta.wmflabs.org/wiki/Special:LoginHandshake'; +$wgMFLoginHandshakeUrl = 'http://commons.wikimedia.beta.wmflabs.org/wiki/Special:LoginHandshake?useformat=mobile'; -- To view, visit https://gerrit.wikimedia.org/r/55771 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7bb9a3c7e6a2498c3f120dbf6827648e27c78295 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: awjrichards <[email protected]> Gerrit-Reviewer: awjrichards <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
