QA: have a user with some login activity already, ideally from some unique IPs/UAs. Then log in and it should backfill existing entries as well as add current IP/UA to the list. Timestamp is intentionally not included since audit log has that detail, and I wanted to keep the list small and not add new entries for every single login. Could potentially store a last-used date, or count of number of uses though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Done on db/8278
QA: have a user with some login activity already, ideally from some unique IPs/UAs. Then log in and it should backfill existing entries as well as add current IP/UA to the list. Timestamp is intentionally not included since audit log has that detail, and I wanted to keep the list small and not add new entries for every single login. Could potentially store a last-used date, or count of number of uses though.
Merged.