mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update openadmin.md
This commit is contained in:
parent
8fd3aff463
commit
8cd98a6890
@ -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…
Reference in New Issue
Block a user