(imported topic written by Marty23)
Is there a report on anyway of finding out when and who has been logged in to DSS?
Marty
(imported topic written by Marty23)
Is there a report on anyway of finding out when and who has been logged in to DSS?
Marty
(imported comment written by SystemAdmin)
Hi Marty,
There is no auditable record of logins currently stored in the database, but you could use something to parse the Rails log for the login events. There are clear events for things like login page request, failed logins, successful logins. User activity reporting is something we’ve looked at adding into a future release, but in the meantime you have to rely on the logs.
(imported comment written by Marty23)
Jeff;
Thanks for the direction, I’ll take a look at the logs and see what I can find.