mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 16:57:23 +00:00
fix(defaults): uncomment Verifiers (#6557)
It seems that options that are completely commented out do not get parsed from the envionment variables. This was also to the case for the `ZITADEL_SYSTEMDEFAULTS_PASSWORDHASHER_VERIFIERS` option. This change just uncomments the yaml option, so that users can use the envorment variable to set a list of verifiers they wish to enable.
This commit is contained in:
parent
d4ab9fb926
commit
5d568d82d1
@ -415,7 +415,7 @@ SystemDefaults:
|
||||
# https://passlib.readthedocs.io/en/stable/modular_crypt_format.html
|
||||
#
|
||||
# Supported verifiers: (uncomment to enable)
|
||||
# Verifiers:
|
||||
Verifiers:
|
||||
# - "argon2" # verifier for both argon2i and argon2id.
|
||||
# - "bcrypt"
|
||||
# - "md5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user