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

Change subject: Handle signup subpage on Special:GoogleLogin, too
......................................................................


Handle signup subpage on Special:GoogleLogin, too

If GoogleLogin replaces MediaWikiLogin, Special:CreateAccount redirects
to Special:GoogleLogin/signup, which isn't handeld correctly. Add alias
signup for action create.

Bug: T86599
Change-Id: Ia3c2cdccc5ea0235ae31c6597b209a775bf6a061
---
M includes/specials/SpecialGoogleLogin.php
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/includes/specials/SpecialGoogleLogin.php 
b/includes/specials/SpecialGoogleLogin.php
index 009df54..a9f598b 100644
--- a/includes/specials/SpecialGoogleLogin.php
+++ b/includes/specials/SpecialGoogleLogin.php
@@ -295,6 +295,7 @@
                                        // here is nothing to see!
                                        $out->addWikiMsg( 
'googlelogin-parerror' );
                                break;
+                               case 'signup':
                                case 'Create':
                                        // Handles the creation of a new 
wikiuser, but before: check, if no-one changed the username
                                        // and is still valid

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia3c2cdccc5ea0235ae31c6597b209a775bf6a061
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/GoogleLogin
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to