backfillLocalAccounts.php can fail to backfill the account on loginwiki/metawiki because the autocreation is prevented by a permission check, block or abuse filter. Should we prevent that? Or prevent that on loginwiki only (on account of vandalism being less of a problem there than on metawiki)?
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T220769 Account created without having a loginwiki or metawiki automatically created | |||
| Open | None | T394733 Consider ignoring permission checks in backfillLocalAccounts.php |
Event Timeline
Comment Actions
Yes the backfill script should create an account on loginwiki, even if the account's IP is globally blocked (that's typically the reason why an account is created on meta but nowhere else, e.g. https://meta.wikimedia.org/wiki/Special:CentralAuth/Marx.Elon.Wu). Without a loginwiki account there's no way for stewards to perform CU unless they also hold CU permissions on metawiki. That's especially true now that T394732: backfillLocalAccounts.php does not (always?) copy checkuser data is basically fixed (except for MediaWikiAccountBackfiller appearing in CU results T394732#11612502).