Add "attributes updated" timestamp to users table
Open
Enhancement
- Dominant language
- Clojure
- Stars
- 66
- Forks
- 28
- Avg merge
- 7d 4h
- Merged PRs (30d)
- 2
Description
To track who has used the system, or which user attributes have been updated after a certain configuration change.
Related to #2366
- [ ] add timestamp column to users table
- better sql ergonomics compared to storing a string timestamp in the JSON blob
- [ ] update timestamp when user details get updated (i.e. at login and via API)
- no need to update timestamp on API impersonation?
Contributor guide
Assessment
This issue has not been assessed yet.