"Temporary password" as in Special:PasswordReset.
I guess it's some upstream bug.
Version: Alpha
Severity: normal
"Temporary password" as in Special:PasswordReset.
I guess it's some upstream bug.
Version: Alpha
Severity: normal
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
API changes for AuthManager | mediawiki/core | REL1_27 | +1 K -207 | |
API changes for AuthManager | mediawiki/core | master | +1 K -207 |
This is somewhat intentional, see T22233. I wouldn't be opposed to returning a distinct error code (e.g. "ResetPass"), but this should remain an error condition.
Change 265201 had a related patch set uploaded (by Anomie):
WIP: API changes for AuthManager
The point behind T22233 is that the API is not some user facing entry point but it's no longer true with the app or maybe more in the future.
This is resolved now with the introduction of AuthManager, and specifically API action=clientlogin which uses the same backend code that the new SpecialUserLogin uses to do authentication.
There's no timeframe for when this will be available on WMF wikis, though, beyond "soon". The next step will be to resolve T110282, then a gradual deploy while watching for things to break.
Change 289122 had a related patch set uploaded (by Gergő Tisza):
API changes for AuthManager