https://bugzilla.wikimedia.org/show_bug.cgi?id=51580
--- Comment #7 from [email protected] --- I think you also need $wgCentralAuthCookies = true; (the default in mediawiki-config/wmf-config/CommonSettings.php) otherwise CentralAuth's onUserLoginComplete() hook does nothing. You also have to create the centralauth database with its tables, and I think migrate account information to it. I've done both on my local wiki and still onUserLoginComplete() fails to get the centralUser and never arrives at self::doCentralLoginRedirect(). Can someone update Extension:CentralAuth instructions? -- 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
