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.
Description
Description
Related Objects
Related Objects
- Mentioned In
- T9780: Identifying users by e-mail
Event Timeline
Comment Actions
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).