ソースを参照

Update docs/updating-users-passwords.md: triple backticks for syntax highlighting

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3730/head
Suguru Hirahara 1年前
コミット
f8c9507ae1
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md ファイルの表示

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

and then connecting to the postgres server and executing:

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



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