diff --git a/documentation/docs/admin/users/openpanel.md b/documentation/docs/admin/users/openpanel.md index 89e6675..8492dc6 100644 --- a/documentation/docs/admin/users/openpanel.md +++ b/documentation/docs/admin/users/openpanel.md @@ -66,7 +66,19 @@ To create a new user, click on the 'New User' button on the Users page. A new se -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 +``` +Example: +```bash +opencli user-add filip masdhjkb213g filip@openadmin.co 1 +``` + +:::tip +Provide `random` as password to generate a strong random password. +:::