glide.enable.blacklist_password

ServiceNow property description:

Enable to validate user password against Excluded Passwords

Attributes

  • Sys ID: 1ef2eda973233300616ca9843cf6a75c
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.enable.blacklist_password` is used to enforce password security by validating user passwords against a list of excluded, or blacklisted, passwords. When this property is enabled, any password that a user attempts to set will be checked against the predefined list of disallowed passwords. If the password matches any entry on the blacklist, it will be rejected, and the user will be prompted to choose a different password. This helps to enhance security by preventing the use of common or easily guessable passwords. The property can be configured through the Security Center in the ServiceNow platform.

Source

Related property: glide.enable.password_policy