Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Track the creation and modification dates, along with the user IDs of the creator and modifier, for each User instance. #17105

Closed
MikeAlhayek opened this issue Dec 2, 2024 · 1 comment · Fixed by #17104

Comments

@MikeAlhayek
Copy link
Member

I encountered an issue in production where I needed to determine when a user was created and when their information was last modified. Unfortunately, I discovered that this information was not being captured.

I believe it’s crucial to record the creation date and the user who created it. Additionally, storing the last modified date and the user who made the changes would provide valuable insights for tracking and auditing purposes.

@MikeAlhayek
Copy link
Member Author

From a discussions, it's better to use the User Audit logs to get the same info.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant