From 2c6f88109333855122d6b9624a0cd06c1de6422e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 28 Jul 2018 04:02:52 +0900 Subject: 管理者用パスワードリセットコマンドを実装 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/manage.en.md | 5 +++++ docs/manage.ja.md | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/manage.en.md b/docs/manage.en.md index 9a4277b399..a7296ce479 100644 --- a/docs/manage.en.md +++ b/docs/manage.en.md @@ -29,6 +29,11 @@ node cli/suspend @syuilo node cli/suspend @syuilo@misskey.xyz ``` +## Reset password +``` shell +node cli/reset-password (User-ID or Username) +``` + ## Clean up cached remote files ``` shell node cli/clean-cached-remote-files 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 -- cgit v1.2.3-freya