Retry limit
If the system fails to auto generate a password, use the xml to specify the number of maximum permitted attempts to auto-generate a password.
To configure the xml setting:
| XML file name and path | [InstallPath]\Settings\ResetPasswordConfiguration.xml |
| Tag |
<ResetPassword>
|
| Node |
<RetryLimit>10</RetryLimit>
|
| Configuration setting |
Specify the number of maximum permitted attempts in the node. For example, if you have specified the value 12 in the node
|
| Default | By default, the number of maximum permitted attempts to auto-generate a password after failure is 10. |