Password field auto-complete (instance security hardening)
Use the glide.login.autocomplete property to enable browsers to use auto-complete on password fields in login forms.
More information
| Attribute | Description |
|---|---|
| Property name | glide.login.autocomplete |
| Configuration type | System Properties (/sys_properties_list.do) |
| Configure in Instance Security Center | Yes |
| Purpose | To disable browser to attempt auto-complete for a password field. |
| Recommended value | false |
| Functional Impact | This remediation causes the Password field autocomplete flag to be turned off such that password history cache by browser is not shown in the field. There shouldn't be any functionality impact. |
| Security risk | (Low) User authentication fields should be validated and should never let the client-side caching to happen. |
| References | https://support.servicenow.com/kb_view.do?sysparm_article=KB0563953 |
To learn more about adding or creating a system property, see Add a system property.