-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Create Admin User #206
Comments
If a ADMIN_PASS is provided during the installation, we should create an admin user with that password, otherwise, the first user to register should be the admin user. |
I'm totally fine with first user registered is the admin. |
I've created this. If you run with ADMIN_PASS and ADMIN_EMAIL, server will look for an admin user or another user with provided e-mail. If none is found, admin user is inserted. We need to update README accordingly. |
Fix for help-request-api endpoint
I see form the logs that there is an admin user that is automatically created.
Is it the excepted behavior for production environment?
Can I set it up from ENV variable?
How can I delete it from a production environment?
How can I change the password?
Thanks for your answers :)
The text was updated successfully, but these errors were encountered: