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

Enforce password reset on api requests

Manage how the password reset functionality operates on your instance.

When a user is marked for Password needs reset they must provide a new password at the next authentication attempt. The glide.authenticate.api.user.reset_password.mandatory system property controls whether the password reset is mandatory before making API calls. If glide.authenticate.api.user.reset_password.mandatory isn't set to the recommended value of true, then user accounts marked as Password needs reset can still perform most common operations by querying the table API through basic authentication.

Ensure the property glide.authenticate.api.user.reset_password.mandatory is set to true.

More information

AttributeDescription
Configuration nameglide.authenticate.api.user.reset_password.mandatory
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuefalse
CategorySession management
Security risk- Severity score: 8.1 - CVSS score: High - Security risk details: This could allow information disclosure in the event that stale accounts are compromised.
Dependencies and prerequisitesNone

Parent Topic:Session management