-
Notifications
You must be signed in to change notification settings - Fork 56
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
What is the default admin account? #68
Comments
Username: |
Hi, If you need, there is also a command to reset the admin password, check out the docs here |
I just tried from a new installation and indeed it no longer asks what the admin account should be 😕 |
So it turns out it was a feature from v5.1.0 I was unaware of. I've updated the README to explain that |
Thank you for this! Been searching the username and password for a while! Maybe consider adding this bit in this repo's github page? |
Just ran koel on docker and was NOT able to login without running the |
Hi @blmhemu it's the expected outcome. You still need to run |
Hi @Hyzual thanks for the clarification. I was wondering if it is possible to automate this, say, by adding the command in Dockerfile itself instead of user needing to manually execing into the container (which IMO is not a good practice) |
It should be possible, I'll look into it when I do the koel version bump |
Hi @blmhemu, so I tried changing the entrypoint script to run I could not find a Laravel command to verify that the database is ready 😕. Since this image supports both postgreSQL and MySQL, I cannot hardcode a command with one of those clients to check the database. So I'm out of reliable options, I don't know how to wait for the database to be ready before running So, for the time being, I'm afraid I cannot automate this. People will still need to run |
Hey ! Thanks for the effort @Hyzual ! I remember seeing a similar issue elsewhere... I think they got around it by using some kind of bash script which waits for the DB to be up and running before running the commands. Let me check if I can find it. |
Thanks for the links, I didn't know those existed ! I don't know when I'll have time but I'll try those |
Creating default admin account
What is the default admin account?
The first run didn't let me create a new account
The text was updated successfully, but these errors were encountered: