Skip to content

Commit

Permalink
Merge pull request #764 from KloolK/patch-1
Browse files Browse the repository at this point in the history
Update updating-users-passwords.md
  • Loading branch information
spantaleev committed Dec 23, 2020
2 parents 9f00970 + 4675c8a commit f3fc832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/updating-users-passwords.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit f3fc832

Please sign in to comment.