Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I was using the wrong password to log into my 8.1 ThingWorx server as Administrator and according to the security log that user is now locked:
User LOCKED after 6 login attempts for [user = Administrator] within 5 minutes
I only discovered this after FTPing into the server and reading the SecurityLog.log. The login dialog does not report either the user is about to be locked or that it has been locked.
How do I unlock this user?
As a future feature request, the fact that a user is about to be locked and then is locked should be surfaced to the user
Solved! Go to Solution.
You may set up the account lockout settings in System -> Subsystems -> userManagementSubsystem
This is the current default;
If you have an applicationkey associated with an administrator, you may reset your password with a rest call via the appkey
You may set up the account lockout settings in System -> Subsystems -> userManagementSubsystem
This is the current default;
If you have an applicationkey associated with an administrator, you may reset your password with a rest call via the appkey
Thank you, I was able to sign-in after the 15 minute lock-out period expired.
My feature request still applies, this lock-out time period should be made visible to the user so they aren't searching for a different password when the one they trying is correct. The SecurityLog.log file is also no help, it logs the same message for incorrect password as it does for a correct password entered during the timed lock-out period.
I will place an enhancement request on your behalf, thank you.