Update openadmin.md
This commit is contained in:
parent
bd1da3bd5d
commit
b127d10e96
1 changed files with 15 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
|
||||||
# OpenAdmin Users
|
# OpenAdmin Users
|
||||||
|
|
||||||
The admin panel has two user roles:
|
The admin panel has two user roles:
|
||||||
|
@ -11,16 +15,26 @@ The admin panel has two user roles:
|
||||||
|
|
||||||
## Manage Admin users
|
## Manage Admin users
|
||||||
|
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
<TabItem value="openadmin-admin-users" label="With OpenAdmin" default>
|
||||||
|
|
||||||
To manage admin users that can access OpenAdmin interface use Settings > OpenAdmin page
|
To manage admin users that can access OpenAdmin interface use Settings > OpenAdmin page
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Or from the terminal:
|
</TabItem>
|
||||||
|
<TabItem value="CLI" label="With OpenCLI">
|
||||||
|
|
||||||
|
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>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
## Reset Admin Password
|
## Reset Admin Password
|
||||||
|
|
||||||
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue