-
Notifications
You must be signed in to change notification settings - Fork 210
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
How to change admin password? #220
Comments
Hi, You need to log in with the original With an admin user you can delete everyone except yourself. There is no password change option on the site. Patrik |
Thanks, that makes sense. Sorry for the stupid question |
Created a Config setting where everyone can list the user that they want to enforce in the app. (You also set it through env variables) It should be secure as if you set the password in the config.json, the app will write back the salted, encrypted version and delete the clear text. |
Updated the MANPAGE.md in 58e1857 that shows the usage of the config. |
Could you feasibly update the instructions to state that a new user needs to be created + the old "admin" user must be deleted? I also got super confused by this, initially just looking for a "change password" prompt. |
First of all, I'm really happy with this project, its great!
Only one issue, I see no way to change the default admin password.
I use docker-compose.
Any suggestions?
Thanks,
Thomas
The text was updated successfully, but these errors were encountered: