MobileFrontend (or more specifically wmf-config/mobile.php in mediawiki/config, via MobileFrontend's EnterMobileMode hook) changes $wgCentralAuthCookieDomain, but this happens after the system is already initialized so it's not picked up.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | • Deskana | T75616 Tracking: API/backend issues blocking Wikipedia app development | |||
| Resolved | Anomie | T32788 Allow triggering of user password reset email via the API | |||
| Resolved | Anomie | T48179 Allow a challenge stage during authentication | |||
| Resolved | None | T5709 Refactoring to make external authentication and identity systems easier | |||
| Resolved | Tgr | T43201 UserLoadFromSession considered evil | |||
| Resolved | Anomie | T67493 Session is started by EditAction (problem for extensions using UserLoadFromSession hook) | |||
| Open | Feature | None | T55156 Provide option to force a login session to end within a certain time | ||
| Resolved | None | T89459 Modernize MediaWiki authentication system (AuthManager) | |||
| Resolved | Anomie | T123451 Deploy SessionManager and bot passwords | |||
| Duplicate | None | T126550 Central login from Commons/Meta mobile domain broken with SessionManager |
Event Timeline
Comment Actions
This appears to be a regression of the fix for T49647: meta.m.wikimedia.org user login doesn't work triggered by SessionManager changes.