opengist/docs/administration/manage-admins.md
2024-09-23 16:55:57 +02:00

11 lines
No EOL
204 B
Markdown

# 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
```