glide.ui.remember.me.default
ServiceNow property description:
Default value of "Remember me" checkbox on login page:
Attributes
- Sys ID: 0355f0104bd62322011d6c70e719e7e5
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.remember.me.default` determines the default state of the "Remember me" checkbox on the login page. According to the documentation, this property can be set to either true or false. When set to true, the "Remember me" checkbox is selected by default, meaning that the user's login credentials will be remembered for future sessions. Conversely, if set to false, the checkbox will not be selected by default, requiring users to manually select it if they wish to have their credentials remembered. This property helps in managing user convenience and security preferences during the login process.
Source