mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-07 15:55:00 +01:00
Compare commits
No commits in common. "291e66fddf0466e7ca97f9bc2af4d59f56a5e122" and "04b5a04df54795e24e8e1149d7cff77a46288cc2" have entirely different histories.
291e66fddf
...
04b5a04df5
@ -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…
x
Reference in New Issue
Block a user