summaryrefslogtreecommitdiff
path: root/docs/content/configuration/identity-validation/reset-password.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/configuration/identity-validation/reset-password.md')
-rw-r--r--docs/content/configuration/identity-validation/reset-password.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/configuration/identity-validation/reset-password.md b/docs/content/configuration/identity-validation/reset-password.md
index b98c6b085..8afa4d08d 100644
--- a/docs/content/configuration/identity-validation/reset-password.md
+++ b/docs/content/configuration/identity-validation/reset-password.md
@@ -39,17 +39,17 @@ identity_validation:
This section describes the individual configuration options.
-### expiration
+### jwt_lifespan
{{< confkey type="string,integer" syntax="duration" default="5 minutes" required="no" >}}
-The duration of time the emailed JWT is considered valid.
+The lifespan of the JSON Web Token after it's initially generated after which it's considered invalid.
### jwt_algorithm
{{< confkey type="string" default="HS256" required="no" >}}
-The JWA used to sign the JWT. Must be HS256, HS384, or HS512.
+The JSON Web Token Algorithm used to sign the JWT. Must be HS256, HS384, or HS512.
### jwt_secret