3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-19 06:33:24 +00:00

Update updating-users-passwords.md

Fixed markdown error
This commit is contained in:
Jan
2020-12-23 11:23:09 +01:00
committed by GitHub
parent c5f8b1f61b
commit 4675c8a715

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.