remember me

This commit is contained in:
Bill Burke 2016-05-16 17:11:32 -04:00
parent c644824c4a
commit ca305b581b
4 changed files with 22 additions and 0 deletions

View file

@ -27,6 +27,7 @@
... link:topics/users/recaptcha.adoc[Recaptcha Support]
. link:topics/login-settings.adoc[Login Page Settings]
.. link:topics/login-settings/forgot-password.adoc[Forgot Password]
.. link:topics/login-settings/remember-me.adoc[Remember Me]
. link:topics/admin-permissions.adoc[Master Admin Access Control]
. link:topics/per-realm-admin-permissions.adoc[Per Realm Admin Access Control]
. link:topics/client-registration.adoc[Client Registration]

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

View file

@ -0,0 +1,21 @@
=== Remember Me
If a logged in user closes their browser, their session is destroyed and they will have to log in again. You can set things
up so that if a user checks a _remember me_ checkbox, they will remain logged in even if the browser is closed. This basically
turns the login cookie from a session-only cookie to a persistence cookie.
To enable this feature go to `Realm Settings` left menu item and click on the `Login` tab and turn on the `Remember Me` switch:
.Login Tab
image:../../{{book.images}}/login-tab.png[]
Once you save this setting, a `remember me` checkbox will be displayed on the realm's login page.
.Remember Me
image:../../{{book.images}}/remember-me.png[]