diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-28 04:02:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-28 04:02:52 +0900 |
| commit | 2c6f88109333855122d6b9624a0cd06c1de6422e (patch) | |
| tree | c7bfcda1d806b4cac1e2ec9c226a88350b23ce4a /docs/manage.ja.md | |
| parent | クラスタ数を制限するオプションを追加 (diff) | |
| download | sharkey-2c6f88109333855122d6b9624a0cd06c1de6422e.tar.gz sharkey-2c6f88109333855122d6b9624a0cd06c1de6422e.tar.bz2 sharkey-2c6f88109333855122d6b9624a0cd06c1de6422e.zip | |
管理者用パスワードリセットコマンドを実装
Diffstat (limited to 'docs/manage.ja.md')
| -rw-r--r-- | docs/manage.ja.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manage.ja.md b/docs/manage.ja.md index 924c567d14..f289037ad3 100644 --- a/docs/manage.ja.md +++ b/docs/manage.ja.md @@ -29,6 +29,11 @@ node cli/suspend @syuilo node cli/suspend @syuilo@misskey.xyz ``` +## ユーザーのパスワードをリセットする +``` shell +node cli/reset-password (ユーザーID または ユーザー名) +``` + ## キャッシュされたリモートファイルをクリーンアップする ``` shell node cli/clean-cached-remote-files |