From 7a6ea5a668fc1c0cf55b971b968f178f3d67e2c2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 31 Aug 2023 15:42:03 -0700 Subject: [PATCH] Increase minimum password length Signed-off-by: Tommy --- etc/matrix-synapse/conf.d/password_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/matrix-synapse/conf.d/password_config.yaml b/etc/matrix-synapse/conf.d/password_config.yaml index 6268614..a0d902d 100644 --- a/etc/matrix-synapse/conf.d/password_config.yaml +++ b/etc/matrix-synapse/conf.d/password_config.yaml @@ -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 \ No newline at end of file + require_uppercase: true