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
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.
The text was updated successfully, but these errors were encountered:
You can fix this by overriding get_users method from default form and deleting that part of code.
Hi dear can you please guide with the comprehensive code required to do so instead of referring to the link any help is highly appreciated
i am using django allauth for social signup and now want the users to reset password if required or if possible to add set password very after getting authentication from social auth
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.
The text was updated successfully, but these errors were encountered: