summaryrefslogtreecommitdiff
path: root/docs/manage.ja.md
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-25 07:29:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-25 07:29:55 +0900
commit2018a29968edba795de6372bd0ebf7a648cf8ef6 (patch)
tree9d8905123d2d6b40f7d20cbe550ec4aa8fb9b376 /docs/manage.ja.md
parentRefactor: withFile --> requireFile (diff)
downloadsharkey-2018a29968edba795de6372bd0ebf7a648cf8ef6.tar.gz
sharkey-2018a29968edba795de6372bd0ebf7a648cf8ef6.tar.bz2
sharkey-2018a29968edba795de6372bd0ebf7a648cf8ef6.zip
Update docs
Diffstat (limited to 'docs/manage.ja.md')
-rw-r--r--docs/manage.ja.md10
1 files changed, 10 insertions, 0 deletions
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 または ユーザー名)