Password policy properties
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Platform Security
The password policy properties enable you to administrate password policies, exclude list passwords, and apply a password policy during login.
Navigate to Password Policy > Properties to view and edit the password policy properties.
Property | Description |
---|---|
glide.enable.password_policy | Enables a password policy for your instance. The policy goes into effect when
a user changes or resets a password. This property is automatically set to
true. Note:
|
glide.enable.blacklist_password | Prohibits using specific passwords. The administrator can insert passwords into the Excluded Password table. This property is automatically set to true. |
glide.apply.password_policy.on_login | Forces users to change the passwords during their next login if the existing
passwords are not in compliance with the current password policy. This property
is automatically set to false. Setting the value to
true enforces a password policy during login.
Note: Enabling this property might force a significant number of users who are
not in compliance with the new password policy to change their
passwords. |
glide.password_policy.user_excluded_special_char | Enables users to use the excluded special character option on the Password policy form. |
glide.validate.sys_user.password.field | Enables validation on the user password against the password policy when an admin is editing the sys_user form or list view. |
glide.password.policy.generate.password.field.disabled | Disables the Password field on the set password pop-up on the sys_user form. |
glide.user.show.password.field | Enables the Password field on the sys_user form. |
glide.password_policy.debug | Enables debug logging for the password policy. |