root: decrease default token size to 60 chars for compatibility (#3710)
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> #2614
This commit is contained in:
parent
b73c70cbc2
commit
cca0f60bda
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
Reference in New Issue