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`