Procházet zdrojové kódy

Update docs/updating-users-passwords.md: fix SQL command

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3730/head
Suguru Hirahara před 1 rokem
rodič
revize
1886a8fc4d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md Zobrazit soubor

@@ -24,7 +24,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 ```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';
``` ```


where `<password-hash>` is the hash returned by the docker command above. where `<password-hash>` is the hash returned by the docker command above.


Načítá se…
Zrušit
Uložit