Florianschmidtwelzow has uploaded a new change for review.
https://gerrit.wikimedia.org/r/184573
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GoogleLogin
refs/changes/73/184573/1
diff --git a/includes/specials/SpecialGoogleLogin.php
b/includes/specials/SpecialGoogleLogin.php
index 6c7ac1f..d56ea8c 100644
--- a/includes/specials/SpecialGoogleLogin.php
+++ b/includes/specials/SpecialGoogleLogin.php
@@ -281,6 +281,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/184573
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3c2cdccc5ea0235ae31c6597b209a775bf6a061
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GoogleLogin
Gerrit-Branch: REL1_24
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits