-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
[BUG]: Root user created with credentials - but which ones??? #131
Comments
Found the algorithm:
still looking for the initial setup with the initial password. |
Found the defaults:
How about updating the Readme to mention these 2 very important env vars? |
It turns out the system does not honor these env vars.
|
The root user login creation is automatic and once you land on the sign-in page for the first time you should automatically be sent to an onboarding flow, you should not need to log in at all visiting the main page after booting up for the first time. If it was failing to direct you to onboarding, then that is the bug |
Yes, I remember that from December. But now, with today's clone, after starting with a fresh database, it does not redirect me. Maybe that is the real bug, as you said. |
How are you running VectorAdmin?
Local development
What happened?
I already have a database from running this tool in December (see #93). I did a fresh git clone and re-ran the steps, pointing at my existing database. It all went well, except that it did not honor my existing admin account. It printed:
But what credentials? Using DBeaver I see the database:
I am assuming this is a hashed/salted password, but... what is the password? (yes, I did try the hash as password in the GUI, to no avail)
If it is impossible to tell the initial default password, then please let me know how to force a reset. Delete this entire row? Delete the password field?
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: