A user is locked out for 15 minutes after 5 failed login attempts, by default. To change these values, complete the following steps.
- From the [Installation path]\Brainware Intelligent Capture Web Server directory, open Web.config in a text editor.
- Within the <appsettings> element, find the LockTimeInMinutes key.
- Set the value to the desired lockout time.
- Within the <appsettings> element, find the LockAfterFailedAttempts key.
- Set the value to the desired number of attempts.
- Save and close the file.