Update openadmin.md
This commit is contained in:
parent
b127d10e96
commit
0ce9aa2b46
1 changed files with 42 additions and 6 deletions
|
@ -28,30 +28,66 @@ To manage admin users that can access OpenAdmin interface use Settings > OpenAdm
|
||||||
|
|
||||||
From the terminal:
|
From the terminal:
|
||||||
|
|
||||||
- [opencli admin new](/docs/admin/scripts/admin#create-new-admin)
|
[opencli admin new](/docs/admin/scripts/admin#create-new-admin)
|
||||||
- [opencli admin password](/docs/admin/scripts/admin#reset-admin-password)
|
[opencli admin password](/docs/admin/scripts/admin#reset-admin-password)
|
||||||
- [opencli admin delete](/docs/admin/scripts/admin#delete-admin-user)
|
[opencli admin delete](/docs/admin/scripts/admin#delete-admin-user)
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
## Reset Admin Password
|
## Reset Admin Password
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
<TabItem value="openadmin-admin-reset" label="With OpenAdmin" default>
|
||||||
|
|
||||||
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 user in Settings > OpenAdmin page, then click on Edit button and set the password.
|
||||||
|
|
||||||
Or from the terminal: [opencli admin password](/docs/admin/scripts/admin#reset-admin-password)
|
</TabItem>
|
||||||
|
<TabItem value="cli-reset" label="With OpenCLI">
|
||||||
|
|
||||||
|
From the terminal: [opencli admin password](/docs/admin/scripts/admin#reset-admin-password)
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
|
||||||
## Create new Admin
|
## Create new Admin
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
<TabItem value="openadmin-admin-new" label="With OpenAdmin" default>
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
Or from the terminal: [opencli admin new](/docs/admin/scripts/admin#create-new-admin)
|
</TabItem>
|
||||||
|
<TabItem value="cli-new" label="With OpenCLI">
|
||||||
|
|
||||||
|
From the terminal: [opencli admin new](/docs/admin/scripts/admin#create-new-admin)
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Delete Admin user
|
## Delete Admin user
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
<TabItem value="openadmin-admin-delete" label="With OpenAdmin" default>
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
Or from the terminal: [opencli admin delete](/docs/admin/scripts/admin#delete-admin-user)
|
</TabItem>
|
||||||
|
<TabItem value="cli-delete" label="With OpenCLI">
|
||||||
|
|
||||||
|
From the terminal: [opencli admin delete](/docs/admin/scripts/admin#delete-admin-user)
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
The Super Admin user can not be deleted.
|
The Super Admin user can not be deleted.
|
||||||
|
|
Loading…
Add table
Reference in a new issue