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

Minimize reset password request expiration duration

The password_reset.request.expiry denotes the time period in minutes during which a user must perform the password reset process.

If the password_reset.request.expiry system property is not set to the recommended value of 10 or less, then it increases the opportunity for someone else to guess and use the request and attempt to reset the password.

Ensure that the property password_reset.request.expiry is set to 10 or less.

Note: The setting for thepassword_reset.request.expiry property takes precedence over the setting for glide.pwd_reset.onetime.token.validityproperty that has a 12 hour default.

More information

AttributeDescription
Configuration namepassword_reset.request.expiry
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valueAn integer less than or equal to 10
Default value<none>
Fallback value100
CategoryConfigure Password Reset properties
Security risk- Severity score: 4.2 - CVSS rating: Medium - Security risk details: Short expiration windows are critical to reducing the opportunity for unauthorized password resets and maintaining account security.
Functional impactNone
Dependencies and prerequisitesNone

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

Parent Topic:Authentication