Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property determines whether the 'Remember me' option is checked by default during user login, facilitating easier access for returning users. |
| What area does it affect? |
Login page functionality |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when adjusting user login experience or security settings. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.remember.me.default |
| Sys ID |
0355f0104bd62322011d6c70e719e7e5 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Default value of "Remember me" checkbox on login page: |
| Updated |
2024-05-25 05:05:36 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Properties glide.ui.remember_view Enables (true) or disables (false) use of user preferences for the last view. • Type: true | false • Default value: true • Location: System Property [sys_properties] table glide.ui.remember.me.default Controls whether the Remember me check box is selected (true) or cleared (false) by default. • Type: true | false • Default value: true • Location: System Property [sys_properties] table ...
Context preview
Snippet 2
... Before you begin Role required: admin Procedure 1. Navigate to All > System Properties > UI Properties. 2. Locate the Default value of "Remember me" checkbox on login page property (glide.ui.remember.me.default. 3. To set the default value of the Remember me check box to No, clear the property check box. 4. To restore the default value of the Remember me check ...
Related properties