From 7c577dc7134586aa524af3fe077befb258145136 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 28 Jul 2024 17:46:02 +0200 Subject: [PATCH] Update openadmin.md --- documentation/docs/admin/users/openadmin.md | 26 ++++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/documentation/docs/admin/users/openadmin.md b/documentation/docs/admin/users/openadmin.md index 879ae716..a23cfae1 100644 --- a/documentation/docs/admin/users/openadmin.md +++ b/documentation/docs/admin/users/openadmin.md @@ -19,7 +19,7 @@ The admin panel has two user roles: -To manage admin users that can access OpenAdmin interface use Settings > OpenAdmin page +Use *Settings > OpenAdmin* page to manage admin users that can access OpenAdmin interface: ![openadmin admin users](/img/admin/openadmin_admin_page.png) @@ -41,7 +41,9 @@ opencli admin list -To reset admin password click on the user in Settings > OpenAdmin page, then click on Edit button and set the password. +To reset admin password click on the Edit button for that user from *Settings > OpenAdmin* page, then set the new password. + +![openadmin admin password](/img/admin/openadmin_admin_password.png) @@ -71,7 +73,10 @@ opencli admin password filip Pyl7_L2M1 -To create new admin user click on the 'New' button in Settings > OpenAdmin page, set the username and password and click on save. +To create new admin user click on the 'New' button in *Settings > OpenAdmin* page, set the username and password and click on *Save*. + +![openadmin admin new](/img/admin/openadmin_admin_new.png) + @@ -99,7 +104,10 @@ opencli admin new filip Pyl7_L2M1 -To rename an Amdin user, select the user on **Settings > OpenAdmin** page and click on the Edit button and set new username. +To rename an Admin user, select the user on **Settings > OpenAdmin** page and click on the Edit button and set new username. + +![openadmin admin rename](/img/admin/openadmin_admin_rename.png) + @@ -123,7 +131,10 @@ opencli admin rename filip filip2 -To suspend an Admin user, select the user on **Settings > OpenAdmin** page and click on the Edit button, then **Suspend**. +To suspend an Admin user, select the user on **Settings > OpenAdmin** page and click on the Edit button, then uncheck the **Active** status. + +![openadmin admin suspend](/img/admin/openadmin_admin_suspend.png) + To unsuspend an Admin user, select the user on **Settings > OpenAdmin** page and click on the Edit button, then **Unsuspend**. @@ -158,7 +169,10 @@ opencli admin unsuspend filip -Select the user on Settings > OpenAdmin page and click on the delete button then confirm. +Select the user on *Settings > OpenAdmin* page and click on the delete button then confirm. + +![openadmin admin delete](/img/admin/openadmin_admin_delete.png) +