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

Change subject: Reset access_token when e-mail domain isn't allowed to login
......................................................................


Reset access_token when e-mail domain isn't allowed to login

Bug: T128999
Change-Id: Icadb92407d96f06a4553ae7b775c16c7641f41ec
---
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 2efef24..e25c0fc 100644
--- a/includes/specials/SpecialGoogleLogin.php
+++ b/includes/specials/SpecialGoogleLogin.php
@@ -265,6 +265,7 @@
                                        $userInfo['emails'][0]['value']
                                )
                        );
+                       GoogleLoginHooks::onUserLogoutComplete();
                }
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icadb92407d96f06a4553ae7b775c16c7641f41ec
Gerrit-PatchSet: 1
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