Skip to content
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

Incorrect password and/or username. Please register or try again. #172

Open
kevon2019 opened this issue Nov 6, 2023 · 1 comment
Open

Comments

@kevon2019
Copy link

No matter how you register a user, you will be prompted for this error: Incorrect password and/or username
Please register or try again, Unable to log in at all

@LaurenceJJones
Copy link

Most likely because the database has an error on new installs

docketeer                | [0] Executed Docketeer query... INSERT INTO users (username, password ) VALUES($1, $2) RETURNING *;
docketeer-db             | 2023-11-07 22:44:43.477 UTC [32] ERROR:  relation "users" does not exist at character 13
docketeer-db             | 2023-11-07 22:44:43.477 UTC [32] STATEMENT:  INSERT INTO users (username, password ) VALUES ($1, $2) RETURNING *;
docketeer                | [0] [object Object]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants