From 13a27ae70e142f9d30e44b206f24be30344b515a Mon Sep 17 00:00:00 2001 From: f1lk3 <152178979+f1lk3@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:55:08 +0100 Subject: [PATCH] Update openpanel.md --- documentation/docs/admin/users/openpanel.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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. +:::