The user_is_temp column was added to WMF wikis in T336886: Add user_is_temp field to the user table in MediaWiki core and was added to mediawiki/core in T333223: Adding user_is_temp to the user table.
This task is about writing to this column for code that creates temporary accounts so that the user_is_temp column is populated with the correct values. Currently, the code in charge of creating temporary accounts does not cause this column to be written to.
Acceptance criteria
- Start writing to user_is_temp in the user table with the value 1 when the user is a temporary account
QA Results - Visual Studio
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | https://phabricator.wikimedia.org/T355175 here |

