You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create new user (& confirm via admin account if logged in or direct via database)
Log out
Attempt to log back in with the password just registered
Observe 'Invalid password' message
OR
Reset password (in 'manage users') for any account/user
Copy generated password
Log out
Attempt to log back in using password generated above (as relevant user)
Observe 'Invalid password' message
Expected behavior
I should be able to log in
Additional context
The text was updated successfully, but these errors were encountered:
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.
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.
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:
OR
Expected behavior
I should be able to log in
Additional context
The text was updated successfully, but these errors were encountered: