mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 05:03:09 +02:00
Update docs
This commit is contained in:
parent
dbf335a05d
commit
2018a29968
2 changed files with 20 additions and 0 deletions
|
@ -7,6 +7,16 @@ node_modules/kue/bin/kue-dashboard -p 3050
|
||||||
```
|
```
|
||||||
When you access port 3050, you will see the UI.
|
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
|
## Suspend users
|
||||||
``` shell
|
``` shell
|
||||||
node cli/suspend (User-ID or Username)
|
node cli/suspend (User-ID or Username)
|
||||||
|
|
|
@ -7,6 +7,16 @@ node_modules/kue/bin/kue-dashboard -p 3050
|
||||||
```
|
```
|
||||||
ポート3050にアクセスするとUIが表示されます
|
ポート3050にアクセスするとUIが表示されます
|
||||||
|
|
||||||
|
## 管理者ユーザーを設定する
|
||||||
|
``` shell
|
||||||
|
node cli/mark-admin (ユーザーID または ユーザー名)
|
||||||
|
```
|
||||||
|
|
||||||
|
## 'verified'ユーザーを設定する
|
||||||
|
``` shell
|
||||||
|
node cli/mark-verified (ユーザーID または ユーザー名)
|
||||||
|
```
|
||||||
|
|
||||||
## ユーザーを凍結する
|
## ユーザーを凍結する
|
||||||
``` shell
|
``` shell
|
||||||
node cli/suspend (ユーザーID または ユーザー名)
|
node cli/suspend (ユーザーID または ユーザー名)
|
||||||
|
|
Loading…
Reference in a new issue