Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It disables the 'Remember me' feature on the login interface, ensuring that user sessions are not retained across logins. |
| What area does it affect? |
Login interface |
| 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 when assessing security practices for user authentication. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.forgetme |
| Sys ID |
20685597c611228301316264159fc184 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Remove "Remember me" checkbox from login page. |
| Updated |
2024-05-25 05:07:19 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... AWA is enabled for the user. • false: AWA is not enabled for the user. For additional information, see Components installed with Advanced Work Assignment . properties.forgetMe.value String The property glide.ui.forgetme that indicates whether to remove the Remember Me check box from the login page to prevent login information from being cached. Possible values: • true: Remove the Remember Me check ...
Context preview
Snippet 2
... the user session to be active until they deliberately log out. The likelihood of an attack for such scenario would increase when end user Either update the value of the glide.ui.forgetme system property to true OR insert this system property with a value of true. Documentation © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow ...
Context preview
Snippet 3
... unauthorized access in transit and at rest. • Integrity: Data is protected from unauthorized creation, deletion or change. • Availability: Data is accessible when required. Remove remember me Use the glide.ui.forgetme property to remove the Remember Me check box from the login page to prevent login information from being cached. The glide.ui.forgetme system property controls the Remember Me check box from ...
Related properties