Page 1 of 1

user login statistics

Posted: Mon Feb 20, 2023 4:23 pm
by RKoczan
I'm trying to determine the last time a user logged into a system.

I tried the login statistics panel under SysMgm/diagnostics/ however I found that did not give accurate results. ie. many log ins were not shown.

Does anyone know of a way to the last time a particular user logged in other than by the 'login statistics' .

Thanks you

Re: user login statistics

Posted: Mon Feb 20, 2023 5:43 pm
by dbindernagel
The Login Statistics panels is just showing the archived data from the UserName element of the the _Ui datapoints.
Example: _Ui_1.UserName

If you are missing logins please check that the datapoint for the used Ui manager number has an active archive config.
Only the ones created during project creation have one already configured. If you manually add an _Ui datapoint you have to add the archive config as well.

If the element has an archive config then maybe the archives for the time range are already swapped out.

Re: user login statistics

Posted: Tue Feb 21, 2023 10:51 am
by RKoczan
Thank you