소스 검색

Merge pull request #3655 from luixxiul/fix

Update docs/registering-users.md: use common expressions for playbook configuration and installation
pull/3657/head
Slavi Pantaleev 1 년 전
committed by GitHub
부모
커밋
c5e6873e4b
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      docs/registering-users.md

+ 2
- 2
docs/registering-users.md 파일 보기

@@ -99,13 +99,13 @@ If you'd rather **keep your server private** (public registration closed, as is

## Enabling public user registration

To **open up user registration publicly** (usually **not recommended**), consider using the following configuration:
To **open up user registration publicly** (usually **not recommended**), add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:

```yaml
matrix_synapse_enable_registration: true
```

and running the [installation](installing.md) procedure once again.
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`

If you're opening up registrations publicly like this, you might also wish to [configure CAPTCHA protection](configuring-captcha.md).



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