Page 1 of 1

User Log In

Posted: Fri Sep 15, 2017 7:29 am
by devinst
Is there a way to track when a user logs into Atrium. I was looking for a possible exit program but did not see one. I am not looking to do any authentication I would just like to create a log each time a user logs in.
Thanks.!!

Re: User Log In

Posted: Mon Sep 18, 2017 12:22 pm
by Scott Klement
There are two ways to log in to Atrium. One is via our login web page -- in which case, you could add some of your own code to the web page if you wanted. The other is via browser authentication. There's not much we can do there -- that's not our code, you're just signing into Apache with your browser.

The login page is located in the IFS under /www/INSTANCE-NAME/htdocs/profoundui/userdata/html/atrium_login.html

Technically, each time they launch a Genie or Rich Display from within Atrium, they are logging in again. The browser is automatically sending the userid/password for that session, so the user doesn't have to type it -- but it is still technically logging in. You could also consider logging at that point, but that wouldn't be once per atrium session, it'd be once per tab that they open -- so perhaps isn't what you wanted.