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 the login page to prevent login information from being cached when set to true. If the value is set to false, caching of authentication information is allowed and the Remember Me checkbox is displayed.
Ensure that the property glide.ui.forgetme is set to true.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.ui.forgetme |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | true |
| Category | Data protection |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |
To learn more about adding or creating a system property, see Add a system property