From cca0f60bda71c52333988bfff4f5823c5d437a3b Mon Sep 17 00:00:00 2001 From: Jens L Date: Fri, 30 Sep 2022 23:12:51 +0200 Subject: [PATCH] root: decrease default token size to 60 chars for compatibility (#3710) Signed-off-by: Jens Langhammer #2614 --- authentik/lib/default.yml | 2 +- website/docs/installation/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/lib/default.yml b/authentik/lib/default.yml index 92fe9a0bd..5ef088388 100644 --- a/authentik/lib/default.yml +++ b/authentik/lib/default.yml @@ -77,7 +77,7 @@ default_user_change_username: true gdpr_compliance: true cert_discovery_dir: /certs -default_token_length: 128 +default_token_length: 60 impersonation: true blueprints_dir: /blueprints diff --git a/website/docs/installation/configuration.md b/website/docs/installation/configuration.md index 79227fff7..ee3283574 100644 --- a/website/docs/installation/configuration.md +++ b/website/docs/installation/configuration.md @@ -215,7 +215,7 @@ When enabled, all the events caused by a user will be deleted upon the user's de Requires authentik 2022.4.1 ::: -Configure the length of generated tokens. Defaults to 128. +Configure the length of generated tokens. Defaults to 60. ### `AUTHENTIK_IMPERSONATION`