Update admin.md

This commit is contained in:
p3t4rc 2024-02-06 16:15:32 +01:00 committed by GitHub
parent 12c982cafc
commit 4cbc741b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,22 @@ To rename an existing admin user:
opencli admin rename <old_username> <new_username>
```
## Suspend Admin User
To suspend an existing admin user:
```bash
opencli admin suspend <username>
```
## Unsuspend Admin User
To unsuspend an existing admin user:
```bash
opencli admin unsuspend <username>
```
## Delete Admin User
To rename an existing admin user: