-
Notifications
You must be signed in to change notification settings - Fork 9
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
Login with email address not working #130
Comments
Hi @lightyear15, thank you for your contribution. I've just tested to reset my password and it's working. But I cannot login with my email address, only with username. I think it's not an issue with password recovery, but only with login by email address. |
Can you try to login with your username instead of email address? I've just checked the login code (https://github.com/alepez/devand/blob/master/devand-db/src/auth.rs#L71) and it doesn't match by email address, only by username, so this explain why you cannot login with your email address. |
I will try dig into my memory to remember my login 😅 |
I guess it's Please, do not close this issue. I've renamed it to Login with email address not working (and this is an actual problem). |
👍 |
Can't login with newly created password after password reset.
After having reset the password following the
Forgot password
procedure, I can't sign in using the new password.To login I am using my e-mail not my username.
The text was updated successfully, but these errors were encountered: