Add/Remove admins (#337)

This commit is contained in:
Thomas Miceli
2024-09-23 16:55:57 +02:00
committed by GitHub
parent fa8217e27f
commit 605c8b892a
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# 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
```