If you enter invalid credentials five times in a row, you will be locked out for the specified time. The time is in milliseconds.
To configure the user lockout, complete the following steps:
- Stop the ALM server.
- Navigate to the install location of the ALM server (Example: ../ALM/WEB-INF/conf) and open alm-learnsetmanager.xml.
- Find the section with the ID=”lockoutManager”.
- The first constructor-arg is the timeout in milliseconds. This value must be greater than 0. The default value is 60,000.
- The second constructor-arg is the amount of login attempts before the user is locked out. This value must be greater than 0. The default value is 5.
- Save and close.
- Start ALM server.