Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

AttributeDescription
Configuration nameglide.ui.forgetme
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategoryData protection
Security risk- Severity score: 3.5 - CVSS rating: Low - Security risk details: This increases the risk of unauthorized access if the device is shared, lost, or compromised, as cached credentials can allow attackers to bypass authentication.
Functional impactNone
Dependencies and prerequisitesNone

To learn more about adding or creating a system property, see Add a system property

Parent Topic:Data protection