Update administration.md

This commit is contained in:
shamoon 2025-03-26 15:52:17 -07:00
parent 66d16f2fb2
commit 7c477785c7
No known key found for this signature in database

View File

@ -629,3 +629,11 @@ entries created prior to this are not removed. This command allows you to prune
```shell
prune_audit_logs
```
### Create superuser {#create-superuser}
If you need to create a superuser, use the following command:
```shell
create_superuser
```