瀏覽代碼

Allow disabling password authentication

pull/2612/head
Aeris One 3 年之前
committed by GitHub
父節點
當前提交
ac15fe7b0c
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      roles/custom/matrix-synapse/defaults/main.yml

+ 5
- 0
roles/custom/matrix-synapse/defaults/main.yml 查看文件

@@ -371,6 +371,11 @@ matrix_synapse_auto_join_rooms: []
# automatically if they don't already exist.
matrix_synapse_autocreate_auto_join_rooms: true

# Controls whether password authentication is allowed
# It may be useful when you've configured OAuth, SAML or CAS and want authentication
# to happen only through them
matrix_synapse_password_config_enabled: true

# Controls password-peppering for Synapse. Not to be changed after initial setup.
matrix_synapse_password_config_pepper: ""



Loading…
取消
儲存