Update openpanel.md
This commit is contained in:
parent
5822b81815
commit
13a27ae70e
1 changed files with 13 additions and 1 deletions
|
@ -66,7 +66,19 @@ To create a new user, click on the 'New User' button on the Users page. A new se
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="CLI-users-new" label="With OpenCLI">
|
<TabItem value="CLI-users-new" label="With OpenCLI">
|
||||||
|
|
||||||
From the terminal: [opencli user-add](/docs/admin/scripts/users#add-user)
|
To create a new user run the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
opencli user-add <USERNAME> <PASSWORD> <EMAIL> <PLAN_ID>
|
||||||
|
```
|
||||||
|
Example:
|
||||||
|
```bash
|
||||||
|
opencli user-add filip masdhjkb213g filip@openadmin.co 1
|
||||||
|
```
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
Provide `random` as password to generate a strong random password.
|
||||||
|
:::
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Add table
Reference in a new issue