Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Limit Invalid Password Reset Attempts

The password_reset.request.max_attempt is used to control the maximum number of unsuccessful attempts that a user can reset or change their password before being locked out for a specified period of time.

The password_reset.request.max_attempt system property dictates the maximum number of unsuccessful password reset attempts that can be taken before the user is locked out of password reset process. The lockout period is determined by the value in password_reset.request.max_attempt_window.

Ensure that the property password_reset.request.max_attempt is set to 3 or less.

More information

AttributeDescription
Configuration namepassword_reset.request.max_attempt
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended valueAn integer less than or equal to 3
Default value<none>
Fallback value3
CategoryConfigure Password Reset properties
Security risk- Severity score: 7.5 - CVSS rating: High - Security risk details: If the value is too high, then it could be possible to perform brute force attack against password reset process.
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:Authentication