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
In my django app I am using email field for user authentication instead of username field. I am using linkedin, facebook and google authentication in this application. when i register or login using facebook or linkedin a oauth token is created and stored in database but user doesn't get login. Does python social-auth allows to get login using email instead of username ? or i have to use pipline to get oauth token and register the user somehow ?
The text was updated successfully, but these errors were encountered:
sarfrajimpinge
changed the title
User is not getting log in using email address
Login user with Email address instead of Username
Feb 11, 2015
In my django app I am using email field for user authentication instead of username field. I am using linkedin, facebook and google authentication in this application. when i register or login using facebook or linkedin a oauth token is created and stored in database but user doesn't get login. Does python social-auth allows to get login using email instead of username ? or i have to use pipline to get oauth token and register the user somehow ?
The text was updated successfully, but these errors were encountered: