https://bugzilla.wikimedia.org/show_bug.cgi?id=69834
--- Comment #9 from Kunal Mehta (Legoktm) <[email protected]> --- Easy/quick/hackish fix in CentralAuth is to check in the onUserLoginComplete function that $wgRequest->wasPosted() === false, and not start the central login process if that's the case. I wonder if we should even be triggering the UserLoginComplete hook if the user wasn't actually newly logged in. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
