浏览代码

dendrite: disabled registration by default

pull/2048/head
Shaleen Jain 3 年前
父节点
当前提交
3ff56bff1d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-dendrite/defaults/main.yml

+ 1
- 1
roles/matrix-dendrite/defaults/main.yml 查看文件

@@ -83,7 +83,7 @@ matrix_dendrite_rate_limiting_threshold: 5
matrix_dendrite_rate_limiting_cooloff_ms: 500

# Controls whether people with access to the homeserver can register by themselves.
matrix_dendrite_registration_disabled: false
matrix_dendrite_registration_disabled: true

# reCAPTCHA API for validating registration attempts
matrix_dendrite_enable_registration_captcha: false


正在加载...
取消
保存