ソースを参照

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: 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. where `<password-hash>` is the hash returned by the docker command above.


読み込み中…
キャンセル
保存