Ensure that all parts of the application recommend and enforce the same length of passwords. #5705

This commit is contained in:
Pravesh Sharma 2023-01-17 17:20:32 +05:30 committed by GitHub
parent a48828e7a3
commit 9c4573fd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,9 @@ ALLOWED_HOSTS = []
# Hashing algorithm used for password storage
SECURITY_PASSWORD_HASH = 'pbkdf2_sha512'
# Minimum password length
SECURITY_PASSWORD_LENGTH_MIN = 6
# Reverse Proxy parameters
# You must tell the middleware how many proxies set each header
# so it knows what values to trust.