My bot has admin rights in Russian Wikipedia and, among other things, stabilises some articles via [[https://www.mediawiki.org/wiki/Extension:FlaggedRevs#action_.3D_stabilize|FlaggedRevs extension's action = stabilize]]. This used to work.
Now, after login via action=login was deprecated in rMW54d58ef50665, I changed my bot to use BotPasswords instead and checked every checkbox on that page. However, now I get this reply from the API:
{ "servedby": "mw1201", "error": { "code": "permissiondenied", "info": "Permission denied", "*": "See https://ru.wikipedia.org/w/api.php for API usage" } }
What should I do?