remember me
This commit is contained in:
parent
c644824c4a
commit
ca305b581b
4 changed files with 22 additions and 0 deletions
|
@ -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]
|
||||
|
|
BIN
keycloak-images/remember-me.png
Normal file
BIN
keycloak-images/remember-me.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 348 KiB |
BIN
rhsso-images/remember-me.png
Normal file
BIN
rhsso-images/remember-me.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
21
topics/login-settings/remember-me.adoc
Normal file
21
topics/login-settings/remember-me.adoc
Normal 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[]
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue