Преглед изворни кода

Merge pull request #3602 from darkdecoy/missing-semicolon

Update registering-users.md
pull/3604/head
Slavi Pantaleev пре 1 година
committed by GitHub
родитељ
комит
291e66fddf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      docs/registering-users.md

+ 1
- 1
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: 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…
Откажи
Сачувај