Procházet zdrojové kódy

Merge pull request #3730 from luixxiul/fix

Update docs/updating-users-passwords.md
pull/3736/head
Slavi Pantaleev před 1 rokem
committed by GitHub
rodič
revize
b3f3fca295
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      docs/updating-users-passwords.md

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

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

and then connecting to the postgres server and executing:

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

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


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