From d150349f28c4e42680765c39bbe274055255d5ac Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:52:17 -0700 Subject: [PATCH] Update administration.md --- docs/administration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/administration.md b/docs/administration.md index 54d918783..54c500dc2 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -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 +```