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 determines whether browsers can automatically fill in password fields on login forms, improving user experience. |
| What area does it affect? |
Login forms |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when considering user experience improvements or security policies regarding password management. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.login.autocomplete |
| Sys ID |
fcfd404437033000d2d5973ebebe5de9 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Allow browsers to use autocomplete on password fields on login forms |
| Updated |
2024-05-25 04:39:02 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 1 Act Password Field Autocomplete should be disabled User authentication fields should be validated and should never let the client side caching to happen. Either update the value of the glide.login.autocomplete system property to false OR insert this system property with a value of false. Documentation sn_SE10191 1 Act ValidatePasswordStronger should be enabled Weak password being enabled on the instance is ...
Related properties