Merge pull request #764 from KloolK/patch-1

Update updating-users-passwords.md
This commit is contained in:
Slavi Pantaleev
2020-12-23 12:51:53 +02:00
committed by GitHub

View File

@ -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.