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

Control Lockout Time for Invalid Password Reset Attempts

The password_reset.request.max_attempt_window property controls the number of minutes a user must wait to reset or change their password after exceeding the maximum number of unsuccessful attempts that is set with the password_reset.request.max_attempt property.

The password_reset.request.max_attempt_window system property defines the number of minutes a user must wait to reset or change their password after exceeding the maximum number of unsuccessful attempts that is set with the password_reset.request.max_attempt property.

Ensure that the property password_reset.request.max_attempt_window is set to 1440 or greater.

More information

AttributeDescription
Configuration namepassword_reset.request.max_attempt_window
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended valueAn integer greater than or equal to 1440
Default value<none>
Fallback value1440
CategoryAuthentication
Security risk- Severity score: - CVSS rating: - Security risk details: A value too low increases the risk of successfully brute forcing a password as a greater number of password reset attempts can be made.
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:Authentication