All the emails that are registered through python-social-auth backend do not have any passwords set in their account.
If the same users try to reset their password from the from, they do not get email in their mailbox, the users who registered via django backend receive the email properly.
How do we sort out this issue? I do not want to ask users for password when they are registering.
All the emails that are registered through python-social-auth backend do not have any passwords set in their account.
If the same users try to reset their password from the from, they do not get email in their mailbox, the users who registered via django backend receive the email properly.
How do we sort out this issue? I do not want to ask users for password when they are registering.