1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-19 14:14:43 -04:00

Increase minimum password length

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-08-31 15:42:03 -07:00 committed by GitHub
parent 99cbf6ba6d
commit 7a6ea5a668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ password_config:
# Minimum accepted length for a password.
# Defaults to 0.
#
minimum_length: 8
minimum_length: 16
# Whether a password must contain at least one digit.
# Defaults to 'false'.
@ -47,4 +47,4 @@ password_config:
# Whether a password must contain at least one uppercase letter.
# Defaults to 'false'.
#
require_uppercase: true
require_uppercase: true