glide.password.policy.generate.password.field.disabled
ServiceNow property description:
Disable the password field on set password popup on sys_user form.
Attributes
- Sys ID: e3ae78a1c3323010559d74c3e540ddab
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.password.policy.generate.password.field.disabled` is used to control the visibility of the password field in the "Set Password" popup on the `sys_user` form. When this property is set to `true`, the password field is disabled, preventing users from manually entering a password. This can enhance security by ensuring that passwords are generated according to the defined password policy rather than being user-defined. The property is particularly useful in environments where strict password policies are enforced and manual password entry needs to be restricted. For more details, refer to the ServiceNow documentation on password policy properties.
Source