Merge pull request #233 from abstractj/KEYCLOAK-2052
[KEYCLOAK-2052] Allows independently set timeouts for e-mail verification link and rest e.g. forgot password link
This commit is contained in:
commit
e8d7361ca3
1 changed files with 3 additions and 0 deletions
|
@ -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_.
|
||||
|===
|
||||
|
|
Loading…
Reference in a new issue