Parcourir la 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 il y a 1 an
Parent
révision
f8c9507ae1
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E4F9743DAB4B7B75
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md Voir le fichier

@@ -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'
```



Chargement…
Annuler
Enregistrer