Add ability to disable password auth (#2612)

* Add ability to disable password auth

* Allow disabling password authentication
This commit is contained in:
Aeris One
2023-03-29 20:11:22 +02:00
committed by GitHub
parent f1a0a43226
commit 44aa0dce7b
2 changed files with 6 additions and 1 deletions

View File

@ -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