From ccf42b2d20dd33438cc6f78949ce531fe8ad3f67 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Wed, 29 Mar 2023 18:41:28 +0200 Subject: [PATCH] Add ability to disable password auth --- .../custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 index 9b039ff52..db693582a 100644 --- a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 @@ -2241,7 +2241,7 @@ sso: password_config: # Uncomment to disable password login # - #enabled: false + enabled: {{ matrix_synapse_password_config_enabled|to_json }} # Uncomment to disable authentication against the local password # database. This is ignored if `enabled` is false, and is only useful