소스 검색

Allow disabling password authentication

pull/2612/head
Aeris One 3 년 전
committed by GitHub
부모
커밋
ac15fe7b0c
No known key found for this signature in database 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: ""



불러오는 중...
취소
저장