AuthManager::autoCreateAccount() will return a successful status with a warning if the account already exists. backfilLocalAccounts.php checks the status with isGood() and treats this as an error. It should treat it as a success since there's nothing left to backfill.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| backfillLocalAccounts: do not treat warnings as errors | Rajveer42 | mediawiki/extensions/CentralAuth | master | +16 -1 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change #1317601 had a related patch set uploaded (by Rajveer42; author: Rajveer42):
[mediawiki/extensions/CentralAuth@master] backfillLocalAccounts: do not treat warnings as errors
Comment Actions
Change #1317601 merged by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] backfillLocalAccounts: do not treat warnings as errors