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.
More information
| Attribute | Description |
|---|---|
| Property name | glide.ui.forgetme |
| Configuration type | System Properties (/sys_properties_list.do) |
| Category | Data protection |
| Purpose | To ensure that no authentication information is cached. |
| Security risk rating | 3.5 |
| Recommended value | true |
| Default value | true |
| Functional impact | This remediation would change the user experience by automatically logging them out of the instance when their session expires. The session expiration would solely depend on the value set in the system property as detailed in Managing user sessions. |
| Security risk | (Low) When you select the Remember me check box at login, an extra cookie is stored on the user's computer.
|
| References | Remove the Remember me check box |
To learn more about adding or creating a system property, see Add a system property