Configuring the User Lockout - ALE Learnset Manager - 23.1 - 23.1 - Brainware - external

ALE Learnset Manager Installation and Upgrade Guide

Platform
Brainware
Product
ALE Learnset Manager
Release
23.1
License

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:

  1. Stop the ALM server.
  2. Navigate to the install location of the ALM server (Example: ../ALM/WEB-INF/conf) and open alm-learnsetmanager.xml.
  3. Find the section with the ID=”lockoutManager”.
  4. The first constructor-arg is the timeout in milliseconds. This value must be greater than 0. The default value is 60,000.
  5. 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.
  6. Save and close.
  7. Start ALM server.