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

Maximize reset password request retry window duration

The password_reset.request.retry_window property controls the number of minutes before the count for password reset attempts refreshes.

The password_reset.request.retry_window system property specifies the length of time before the count for password reset attempts refreshes.

Ensure that the property password_reset.request.retry_window is set to 1440 or more.

More information

AttributeDescription
Configuration namepassword_reset.request.retry_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: 7.5 - CVSS rating: High - Security risk details: If the value is too low, then it will make brute forcing against password reset process attacks much faster.
Functional impactNone
Dependencies and prerequisitesNone

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Authentication