浏览代码

Merge pull request #3730 from luixxiul/fix

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

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

@@ -23,8 +23,8 @@ docker exec -it matrix-synapse /usr/local/bin/hash_password -c /data/homeserver.

and then connecting to the postgres server and executing:

```
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com'
```sql
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com';
```

where `<password-hash>` is the hash returned by the docker command above.


正在加载...
取消
保存