Update openadmin.md
This commit is contained in:
parent
8fd3aff463
commit
8cd98a6890
1 changed files with 11 additions and 1 deletions
|
@ -163,7 +163,17 @@ Select the user on Settings > OpenAdmin page and click on the delete button then
|
|||
</TabItem>
|
||||
<TabItem value="cli-delete" label="With OpenCLI">
|
||||
|
||||
From the terminal: [opencli admin delete](/docs/admin/scripts/admin#delete-admin-user)
|
||||
From the terminal:
|
||||
|
||||
To delete admin user:
|
||||
```bash
|
||||
opencli admin delete <username>
|
||||
```
|
||||
|
||||
Example:
|
||||
```bash
|
||||
opencli admin delete filip
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
|
Loading…
Add table
Reference in a new issue