mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Ensure that all parts of the application recommend and enforce the same length of passwords. #5705
This commit is contained in:
parent
a48828e7a3
commit
9c4573fd80
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user