-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot change password of initial user #970
Comments
Hi! Thanks for reporting this. I’m not entirely sure how the automatic installer handles this, but the password cannot be changed because the initial user is defined in the environment variables (in the To fix this, you need to remove the |
Hey Maksim, There are no config entries with such names, or anything beginning with EDIT: Nevermind, there's an |
However, deleting those entries from the .env file and restarting with |
Oops, you're right!
Hmm, it seems these variables are either defined somewhere else or redefined after the restart. I'll check now to see how it works. |
I may have misspoke earlier. The default admin user still does not appear in the users list when clicking the little people icon, but I can change the password and username now. The first point is weird but not terribly important I suppose. |
Ah, that's expected. This user is the current user and can only be changed through the own settings with confirmation of the current password. However, it might be less confusing if it was displayed there but restricted from being deleted 🤔 |
Is this a feature for the backend or frontend?
Frontend
What would you like?
You should be able to change the initial administrative user's password, but you cannot. After installing with the Automated Installation and successfully logging in, the first thing I intended to do was change this password, as the one I entered into the console was intentionally simple. However the "Users" list is empty, and there is no way to change the password in the "profile" section.
It appears the only supported way to change this password is through some backend console magic I am trying to figure out.
Why is this needed?
Changing passwords regularly is basic security policy.
Other information
No response
The text was updated successfully, but these errors were encountered: