opengist/docs/administration/manage-admins.md

11 lines
204 B
Markdown
Raw Normal View History

2024-09-23 14:55:57 +00:00
# Manage admins
You can add and remove Opengist admins from the CLI.
```bash
./opengist admin toggle-admin <username>
```
```bash
$ ./opengist admin toggle-admin thomas
User thomas admin set to true
```