浏览代码

Merge pull request #764 from KloolK/patch-1

Update updating-users-passwords.md
pull/765/head
Slavi Pantaleev 5 年前
committed by GitHub
父节点
当前提交
f3fc832e85
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md 查看文件

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




正在加载...
取消
保存