c54c0dd588
Closes #1575
32 lines
No EOL
1.1 KiB
Text
32 lines
No EOL
1.1 KiB
Text
|
|
== Enabling Remember Me
|
|
|
|
A logged-in user closing their browser destroys their session, and that user must log in again. You can set {project_name} to keep the user's login session open if that user clicks the _Remember Me_ checkbox upon login. This action turns the login cookie from a session-only cookie to a persistence cookie.
|
|
|
|
.Procedure
|
|
ifeval::[{project_product}==true]
|
|
. Click *Realm Settings* in the menu.
|
|
endif::[]
|
|
ifeval::[{project_community}==true]
|
|
. Click *Realm settings* in the menu.
|
|
. Click the *Login* tab.
|
|
endif::[]
|
|
. Toggle the *Remember Me* switch to *On*.
|
|
+
|
|
.Login tab
|
|
ifeval::[{project_product}==true]
|
|
image:{project_images}/login-tab.png[]
|
|
endif::[]
|
|
ifeval::[{project_community}==true]
|
|
image:{project_images}/login-tab-remember-me.png[Login Tab Remember Me]
|
|
endif::[]
|
|
|
|
When you save this setting, a `remember me` checkbox displays on the realm's login page.
|
|
|
|
.Remember Me
|
|
ifeval::[{project_product}==true]
|
|
image:{project_images}/remember-me.png[]
|
|
endif::[]
|
|
ifeval::[{project_community}==true]
|
|
image:{project_images}/remember-me.png[Remember Me]
|
|
endif::[] |