Using squidex:3.4.0 image hosted on a Kubernetes cluster. I seem to have forgotten or accidentally changed my password and am unable to login. I had originally set the IDENTITY__ADMINPASSWORD environment variables and thought that by changing it now to a new password would reset it, but it hasn’t.
I have introduced a new setting called IDENTITY__ADMINRECREATE which, when set to true, will reset the password and add the admin permission to the user.
Hi Sebastian, thanks for the quick reply. I managed to recover my password through the history of my password manager. The new setting you introduced is a great idea too.
Hello Sebastian can it u pdate an existing admin or i t has to be a new email? it dosen’t seem to work for me even though at startup I see the right envirnoment variables configured (v 4.1.3 of docker image)
If you forget your password, you can try to use the password of a known account. Find the account whose password you forgot by email or username in the database Identity_Users table and replace the password hash with the password hash of the known password.