-
When i try to log in using the valid username and password, I receive the message "Your username and password didn't match. Please try again." After a single failed login attempt like this, Django locks the account. So I reset the account and then the password, and even using the same password that I have just reset, the logins fail. The log output is not informative. What might be causing this? |
Beta Was this translation helpful? Give feedback.
Answered by
pajot
Feb 8, 2022
Replies: 1 comment
-
Sorry, dumb question. I was putting in the e-mail address used to register, and not the full name I provided. When I do that, it works :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pajot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, dumb question.
I was putting in the e-mail address used to register, and not the full name I provided. When I do that, it works :-)