mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
6df28758f0
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
472 B
472 B
title
| title |
|---|
| Missing admin group |
If all of the Admin groups have been deleted, or misconfigured during sync, you can use the following command to gain access back.
Run the following command, where username is the user you want to add to the newly created group:
docker compose run --rm server create_admin_group username
or, for Kubernetes, run
kubectl exec -it deployment/authentik-worker -c authentik -- ak create_admin_group username