管理者用パスワードリセットコマンドを実装
This commit is contained in:
parent
e4bf0392af
commit
2c6f881093
3 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue