瀏覽代碼

Update registering-users.md

pull/3602/head
Dark Decoy 1 年之前
committed by GitHub
父節點
當前提交
41186b0771
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/registering-users.md

+ 1
- 1
docs/registering-users.md 查看文件

@@ -71,7 +71,7 @@ If you're opening up registrations publicly like this, you might also wish to [c
To change the admin privileges for a user, you need to run an SQL query like this against the `synapse` database:

```sql
UPDATE users SET admin=ADMIN_VALUE WHERE name = '@USER:DOMAIN'
UPDATE users SET admin=ADMIN_VALUE WHERE name = '@USER:DOMAIN';
```

where:


Loading…
取消
儲存