Sfoglia il codice sorgente
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 anno fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: E4F9743DAB4B7B75
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
docs/updating-users-passwords.md
|
|
@@ -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: |
|
|
and then connecting to the postgres server and executing: |
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
```sql |
|
|
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com' |
|
|
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com' |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|