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

Enable password reset policy checks

Use the glide.enable.password_policy property to enable password policy checks whenever a user changes their password using the user interface.

Use the glide.enable.password_policy property to customize password strength validation rules for the Change Password form. Customize the length and complexity values to match your organization's security policy. If glide.enable.password_policy is not set to the recommended value of true, then password standards will not be enforced.

Ensure that the glide.enable.password_policy system property exists in the System Properties [sys_properties] table and is set to the value true. If the property does not appear in the System Properties [sys_properties] table, add a new record.

Important: The glide.enable.password_policy does not apply when an administrator changes a password or adds a user through script.

Warning: This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.

More information

AttributeDescription
Configuration nameglide.enable.password_policy
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuefalse
CategoryAuthentication
Security risk- Severity score: 7.4 - CVSS rating: High - Security risk details: Enforcing password complexity is critical to maintaining strong authentication and reducing exposure to account takeover.
Functional impactNone
Dependencies and prerequisitesNone

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

Parent Topic:Authentication