-
-
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]: We could not log you in - contact an admin. [002] Failed to authenticate #133
Comments
Can you open up a database explorer and see if the |
Thanks for the reply.
I guess this is my problem. Please how can I resolve it? Thanks for the help so far. |
change the value of |
Thanks for the response. I will do it and get back to you. Then what about the absence of the root account in the users table? How can I make the app to create the record? I know it should concern Prisma. I tried entering it manually but the password is not hashed. I guess there should be another way to go about this. Thanks. |
When the system boots up it will attempt to read the users table and auto-create the root account. So unless the database connection string is incorrect then it should automatically do that and enable login! We will be removing that flow soon with PR #132 |
I have done all I can to get the system to boot. I manually created a root user with password encrypted using bcrypt, 10 but it still will not let me in. Is there something I am missing or could do? Please I really need this vectorAdmin solution. Thanks. |
How are you running VectorAdmin?
Local development
What happened?
I cloned your repository to my local environment and followed the installation steps. I am currently facing the failed to authenticate wall. I am using the email: [email protected] and password: password
Are there known steps to reproduce?
docker: invalid reference format.
See 'docker run --help'
I am new on reporting issues on github and do not master the format yet. Are there any other details I may need to provide to for the community to help me resolve this issue?
I really want to use this tool. It will cut my dev time by a lot. Please help me out.
The text was updated successfully, but these errors were encountered: