Remove remember me

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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
    • 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 impact None
    Dependencies and prerequisites None

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