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
I want users authenticated with OAuth to be able to reset their password through standard Django resetting password method, through mail.
Actual behaviour
Despite user being registered with Google, for example, he doesn't get a reset password mail to the gmail of his account he used to sign up with OAuth.
What are the steps to reproduce this issue?
Sign up with Google
Log out.
Try to get reset password mail on yourwebste.com/accounts/password_reset/
Any logs, error output, etc?
No
The text was updated successfully, but these errors were encountered:
Expected behaviour
I want users authenticated with OAuth to be able to reset their password through standard Django resetting password method, through mail.
Actual behaviour
Despite user being registered with Google, for example, he doesn't get a reset password mail to the gmail of his account he used to sign up with OAuth.
What are the steps to reproduce this issue?
Any logs, error output, etc?
No
The text was updated successfully, but these errors were encountered: