See parent task and T110431#1604967. Might well be a no-op now that it doesn't replace the login form.
Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/MobileFrontend | REL1_27 | +38 -7 | Update for AuthManager | |
mediawiki/extensions/MobileFrontend | master | +38 -7 | Update for AuthManager |
Event Timeline
We only use the normal login page so if there is an issue here it is in the mediawiki login form (e.g. it doesn't load JavaScript with the right target)
The only thing that looks suspicious is that you're using the UserLoginForm and UserCreateForm hooks. These hooks are deprecated under AuthManager, so it would be good to move away from using them.
All those hooks do is add an image to the top of the form. This is important as it gives context to where you are logging in.
<div class="watermark"><img src="$1"></div> where $1 is the value of $wgMobileFrontendLogo
If you are deprecating these, you need to provide a new way to add that image. I consider that a blocker to rolling this out.
Change 288334 had a related patch set uploaded (by Gergő Tisza):
Update for AuthManager
Change 296508 had a related patch set uploaded (by Gergő Tisza):
Update for AuthManager