eHMI User Management - Logging of user login/logout

Hi all,
We use the PLCnext User Management to manage access for different user roles on the eHMI.
This works quite well.

Now we would like to implement some kind of „logging-feature“:
We want to write a log-entry into a log file with a timestamp and the user name, every time a user logs in or logs out on the eHMI. Is there any way how this could be done?
Thanks and regards
Fabian

Hello!
Please kindly look through standard help pages of IDE with tag HMI_STATUS index.
Also pay attention to Application default tags set
изображение.pngCombination of processing System Variables\HMI_STATUS2 and binding of Application Tag CurrentUserName to additional PLC variable for further change detection can be one of desirable ways to solve your problem.
BR