The login to GlobalReplace is with any password no longer possible:
ERROR: {"warnings":{"main":{"*":"Unrecognized parameter: 'rawcontinue'"}},"login":{"result":"WrongToken"}}
since the mw1.27#wmf13 software update
The login to GlobalReplace is with any password no longer possible:
ERROR: {"warnings":{"main":{"*":"Unrecognized parameter: 'rawcontinue'"}},"login":{"result":"WrongToken"}}
since the mw1.27#wmf13 software update
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 | |||
Open | None | T90925 General authentication improvements for MediaWiki | |||
Resolved | Anomie | T48179 Allow a challenge stage during authentication | |||
Open | 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 | ||
Open | None | T89459 Modernize MediaWiki authentication system (AuthManager) | |||
Resolved | Anomie | T123451 Deploy SessionManager and bot passwords | |||
Invalid | Anomie | T126724 mw1.27#wmf13 update breaks GlobalReplace: "result: WrongToken" |
https://github.com/fastily/jwiki/blob/master/src/jwiki/core/Auth.java#L37 Jwiki doesn't handle the token properly.
This might be due to the new SessionManager introduced with wmf.13 this week ( T123451 ).
Another possibility is the way you authenticate is no more possible and needs to be altered. But honestly I have no idea how the auth token words
Can you give us the login used and some date/time at which errors got reported? That will help investigate in the logs.
The page you linked (https://commons.wikimedia.org/wiki/Commons:GlobalReplace#Bugs) suggests reporting bugs at https://github.com/Commonists/GlobalReplace/issues/new, it would be good to forward this report there maybe.
Kopiersperre confirmed on IRC that GlobalReplace 0.6.3 works for them too, so I'm going to close this since it seems to have been a bug in the tool rather than anything in MediaWiki.