akadmin email changed to [email protected] #7329
Replies: 1 comment 1 reply
-
The env values you use are not responsible for setting the akadmin user email. Instead use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy! Homelab user here, trying to set up Authentik and use it for SSO for Nextcloud, Jellyfin, Wallabag, and (firstly) a whoami test app. I'm using Traefik as my reverse proxy, and everything is running in containers orchestrated with docker-compose.
I had it working, then (after some restarts and config changes) I noticed my
akadmin
user's email had been changed to[email protected]
.Setup notes: I first configured, pulled, and stood up all the Authentik containers (postgres, redis, server, worker). I followed the official docs (and also took some hints from this guide) to set up everything and I believe I am properly persisting data with Docker volumes. I then set a password and logged into the Authentik admin interface. Everything looked fine: I was able to log in as my
akadmin
user. I logged out, logged in, restarted containers, logged out, and logged in again. All good, except for somewhere along the way when theakadmin
user email changed.I'm thinking an automated install was triggered. Could that be the cause? I found the string
[email protected]
in the file/blueprints/system/bootstrap.yaml
. What triggers this automated install / "bootstrap mode"? I read https://goauthentik.io/docs/installation/automated-install but I'm not setting those env vars, so I'm wondering if something else may have triggered a re-bootstrap.The most obvious thing would be if I just forgot to persist some state/data needed by the Authentik server or worker, so I'll re-check that first.
server version: 2023.8.3
docker-compose.yml
.env
Beta Was this translation helpful? Give feedback.
All reactions