diff --git a/docs/manage.en.md b/docs/manage.en.md index 57f38f5ce1..0538c4ac00 100644 --- a/docs/manage.en.md +++ b/docs/manage.en.md @@ -7,6 +7,16 @@ node_modules/kue/bin/kue-dashboard -p 3050 ``` When you access port 3050, you will see the UI. +## Mark as 'admin' user +``` shell +node cli/mark-admin (User-ID or Username) +``` + +## Mark as 'verified' user +``` shell +node cli/mark-verified (User-ID or Username) +``` + ## Suspend users ``` shell node cli/suspend (User-ID or Username) diff --git a/docs/manage.ja.md b/docs/manage.ja.md index 2f0627e897..5f628a8e4b 100644 --- a/docs/manage.ja.md +++ b/docs/manage.ja.md @@ -7,6 +7,16 @@ node_modules/kue/bin/kue-dashboard -p 3050 ``` ポート3050にアクセスするとUIが表示されます +## 管理者ユーザーを設定する +``` shell +node cli/mark-admin (ユーザーID または ユーザー名) +``` + +## 'verified'ユーザーを設定する +``` shell +node cli/mark-verified (ユーザーID または ユーザー名) +``` + ## ユーザーを凍結する ``` shell node cli/suspend (ユーザーID または ユーザー名)