Page MenuHomePhabricator

Method to identify who created a user account
Open, LowPublic

Description

Sometimes I want to know which admin user created an account. One example I have now is to ask the admin user why they didn't adhere to our conventions for usernames. I can't currently see a way to view this information in the UI.

Related Objects

Event Timeline

joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: People.
joshuaspence added a subscriber: joshuaspence.

We have a user_transaction table but I don't think we expose it anywhere in the UI and I'm not sure how much stuff gets dumped into it. We should record important account-related events there (creation, username changes, admin/un-admin, etc).

epriestley added a project: Transactions.