Loading authentik_dovecot/settings.py 0 → 100644 +7 −0 Original line number Diff line number Diff line from authentik.root.settings import * PASSWORD_HASHERS = ( "kodo.authentik_dovecot.pass_hashers.SHA256CryptPasswordHasher", "django.contrib.auth.hashers.Argon2PasswordHasher", "kodo.authentik_dovecot.pass_hashers.UnsaltedSHA256PasswordHasher", ) Loading
authentik_dovecot/settings.py 0 → 100644 +7 −0 Original line number Diff line number Diff line from authentik.root.settings import * PASSWORD_HASHERS = ( "kodo.authentik_dovecot.pass_hashers.SHA256CryptPasswordHasher", "django.contrib.auth.hashers.Argon2PasswordHasher", "kodo.authentik_dovecot.pass_hashers.UnsaltedSHA256PasswordHasher", )