Dark Decoy
há 1 ano
committed by
GitHub
ascendente
cometimento
41186b0771
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
1 eliminações
-
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: |
|
|
|
|