Merge pull request #764 from KloolK/patch-1

Update updating-users-passwords.md
master
Slavi Pantaleev 3 years ago committed by GitHub
commit f3fc832e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save