From 46682c87c850b9b59121c6f9977a4a7d6f2012d3 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 11 Nov 2017 19:28:26 -0200 Subject: [PATCH] [KEYCLOAK-2052] Allows independently set timeouts for e-mail verification link and rest e.g. forgot password link --- server_admin/topics/sessions/timeouts.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server_admin/topics/sessions/timeouts.adoc b/server_admin/topics/sessions/timeouts.adoc index 28362e7b0f..af3f7eda04 100644 --- a/server_admin/topics/sessions/timeouts.adoc +++ b/server_admin/topics/sessions/timeouts.adoc @@ -48,4 +48,7 @@ Let's walk through each of the items on this page. |Default Admin-Initiated Action Lifespan |Maximum time before an action permit sent to a user by an admin is expired. This value is recommended to be long to allow admins send e-mails for users that are currently offline. The default timeout can be overridden right before issuing the token. + +|Override User-Initiated Action Lifespan +|Permits the possibility of having independent timeouts per operation (e.g. e-mail verification, forgot password, user actions and Identity Provider E-mail Verification). This field is non mandatory and if nothing is specified it defaults to the value configured at _User-Initiated Action Lifespan_. |===