Procházet zdrojové kódy

Merge pull request #764 from KloolK/patch-1

Update updating-users-passwords.md
pull/765/head
Slavi Pantaleev před 5 roky
committed by GitHub
rodič
revize
f3fc832e85
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
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

@@ -26,7 +26,7 @@ and then connecting to the postgres server and executing:
```
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:server.com'
```
`
where `<password-hash>` is the hash returned by the docker command above.




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