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

Bug report - user logins not working #382

Open
chrispyatt opened this issue Apr 19, 2022 · 2 comments
Open

Bug report - user logins not working #382

chrispyatt opened this issue Apr 19, 2022 · 2 comments
Labels

Comments

@chrispyatt
Copy link

Describe the bug

When creating a new user, or resetting the password of an existing user, the password only seems to work once. I seem to need to create a new user each time I log in as the credentials never work again. This is for both admin & non-admin accounts.

To Reproduce

Steps to reproduce the behavior:

  1. Create new user (& confirm via admin account if logged in or direct via database)
  2. Log out
  3. Attempt to log back in with the password just registered
  4. Observe 'Invalid password' message

OR

  1. Reset password (in 'manage users') for any account/user
  2. Copy generated password
  3. Log out
  4. Attempt to log back in using password generated above (as relevant user)
  5. Observe 'Invalid password' message

Expected behavior

I should be able to log in

Additional context

@chrispyatt chrispyatt added the bug label Apr 19, 2022
@multimeric
Copy link
Collaborator

How odd, I've not encountered this before. Is your setup using anything unusual like a non-postgres DBMS? Or maybe one of the password related dependencies updated and broke.

@chrispyatt
Copy link
Author

Might be something specific to my laptop as our server deployed version hasn't suffered the same issue yet. I'll keep an eye on it as we add more users though.

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

No branches or pull requests

2 participants