Update registering-users.md

This commit is contained in:
Dark Decoy 2024-10-14 18:47:59 +00:00 committed by GitHub
parent 04b5a04df5
commit 41186b0771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: