mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-07 15:55:00 +01:00
Compare commits
2 Commits
04b5a04df5
...
291e66fddf
Author | SHA1 | Date | |
---|---|---|---|
|
291e66fddf | ||
|
41186b0771 |
@ -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:
|
To change the admin privileges for a user, you need to run an SQL query like this against the `synapse` database:
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
UPDATE users SET admin=ADMIN_VALUE WHERE name = '@USER:DOMAIN'
|
UPDATE users SET admin=ADMIN_VALUE WHERE name = '@USER:DOMAIN';
|
||||||
```
|
```
|
||||||
|
|
||||||
where:
|
where:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user