cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

User Login History

ptc-6292144
3-Newcomer

User Login History

Hello,

Does anyone know of a way to view a history of all logins to the system by username?

Thank you,

Mike

2 REPLIES 2

Hi Mike,

If your log levels are set to 'INFO', authentication attempts will be logged to the Security Log. From there, you can parse entries for the information that interests you.


The log entry is formatted as follows:


Authentication attempt #1 SUCCEEDED for using

Authentication attempt #1 FAILED for : Invalid Password


Once you've parse the content, it would be trivial to log this data to a

Stream

 and perform various calculations (e.g. # of logins by user, # of total logins, etc.).


Regards,

Adam



Thanks Adam!



Announcements


Top Tags