feat: Improve "error" in start-database.sh when password is still default #1929
Labels
🔰 good first issue
Good for newcomers
🌟 enhancement
New feature or request
👨👦👦free for all
Anyone is free to take on this issue and file a PR
Is your feature request related to a problem? Please describe.
When you run
start-database.sh
, but haven't changed the password in.env
frompassword
to something else, the error saysPlease set a password in the .env file and try again
, but this isn't really descriptive of what should be done.Yes it says
You are using the default database password
before asking if you want to use the default password, but a lot of people will not read this.Describe the solution you'd like to see
Change the error message to something like
Please change the default password in the .env file and try again
Describe alternate solutions
Generate a random password in
.env
when generating the projectAdditional information
#1927 is losely related to this as well.
The text was updated successfully, but these errors were encountered: