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

Minimize reset password request success window duration

The password_reset.request.success_window property controls the number of minutes a user must wait to reset or change their password again after successfully resetting the password. The user will be blocked to reset the password again for the specified duration.

If the password_reset.request.success_window system property isn't set to the recommended value of 1440 or less, then the opportunity of someone else abusing the password reset functionality to gain unauthorized access to a user account is increased.

Ensure the property password_reset.request.success_window is set to 1440 or less.

More information

AttributeDescription
Configuration namepassword_reset.request.success_window
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended valueAn integer less than or equal to 1440
Default value<none>
Fallback value1440
CategoryAuthentication
Security risk- Severity score: - CVSS rating: - Security risk details:
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:Authentication