Browse Source

Update docs/updating-users-passwords.md: triple backticks for syntax highlighting

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3730/head
Suguru Hirahara 1 year ago
parent
commit
f8c9507ae1
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md View File

@@ -23,7 +23,7 @@ docker exec -it matrix-synapse /usr/local/bin/hash_password -c /data/homeserver.

and then connecting to the postgres server and executing:

```
```sql
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com'
```



Loading…
Cancel
Save