I know you can find the last time a user logged in from the Users table, in the column called “LastModifiedOnDate”. But I’m interested in finding the complete history of timestamps for when a user has logged in. Is this possible? If so, in what table is this info stored?
Thanks!
There’s an event stored in the Log Viewer (i.e. the
EventLogtable) for each successful login. However, the default settings are to only store the last 10 of these events. You can go to the Log Viewer page (under Admin) and edit the Log Settings, then edit the Login Success event to keep more entries.