Преглед изворни кода

Add ability to disable password auth

pull/2612/head
Aeris One пре 3 година
committed by GitHub
родитељ
комит
ccf42b2d20
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
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


Loading…
Откажи
Сачувај