Unverified Commit f7bd630f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add Django settings module extending Authentik's

parent 776964f2
Loading
Loading
Loading
Loading
+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",
)