Compare commits

..

No commits in common. "291e66fddf0466e7ca97f9bc2af4d59f56a5e122" and "04b5a04df54795e24e8e1149d7cff77a46288cc2" have entirely different histories.

View File

@ -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: