Update openpanel.md

This commit is contained in:
Stefan Pejcic 2024-07-24 00:12:07 +02:00 committed by GitHub
parent 3797219c42
commit f8b76356dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,11 +69,11 @@ To create a new user, click on the 'New User' button on the Users page. A new se
To create a new user run the following command: To create a new user run the following command:
```bash ```bash
opencli user-add <USERNAME> <PASSWORD> <EMAIL> <PLAN_ID> opencli user-add <USERNAME> <PASSWORD> <EMAIL> <PLAN_NAME>
``` ```
Example: Example:
```bash ```bash
opencli user-add filip masdhjkb213g filip@openadmin.co 1 opencli user-add filip masdhjkb213g filip@openadmin.co default_plan_apache
``` ```
:::tip :::tip