Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property disallows local logins that do not provide a password, enhancing security by requiring authentication. |
| What area does it affect? |
User Authentication |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property during security audits or when updating authentication policies. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.login.no_blank_password |
| Sys ID |
94f7b810c0a868145e2d23b935eb7de5 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Disallow local logins that do not supply a password |
| Updated |
2024-05-25 04:33:36 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... This is viewed as a critical security risk, as it would enable a public user to violate confidentiality and integrity of the instance data. Either update the value of the glide.login.no_blank_password system property to true OR insert this system property with a value of true. Documentation sn_SE10193 1 Suggest Optional: Multi- Factor Authentication should be enabled Increased risk of unauthorized access ...
Context preview
Snippet 2
... (true) or disables (false) Live Services, such as chat support. • Type: true | false • Default value: false • Location: Add the property to the System Property [sys_properties] table. glide.login.no_blank_password Prevents (true) or allows (false) logins from users with blank passwords. Often, importing lists of users creates many users with blank passwords. By default, this property is set to true ...
Context preview
Snippet 3
... system compromise. Functional impact None Dependencies and prerequisites None To learn more about adding or creating a system property, see Add a system property . Disable password-less authentication Use the glide.login.no_blank_password property to prevent users from logging into the NOW platform with blank passwords, or by leaving the Password field empty. Even if the admin purposefully assigns an empty value or ...
Context preview
Snippet 4
... integrations configurations in the Application registry page are deprecated: ◦OAuth API endpoint for external clients ◦OAuth JWT API endpoint for external clients ◦OIDC provider to verify ID tokens • The (glide.login.no_blank_password) property is deprecated, since the property is no longer used and changing this property value doesn't effect login behavior. Activation information Authentication is a ServiceNow AI Platform product that is ...
Related properties