Skip to content
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 user with Email address instead of Username #513

Closed
sarfrajimpinge opened this issue Feb 11, 2015 · 1 comment
Closed

Login user with Email address instead of Username #513

sarfrajimpinge opened this issue Feb 11, 2015 · 1 comment

Comments

@sarfrajimpinge
Copy link

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 ?

@sarfrajimpinge sarfrajimpinge changed the title User is not getting log in using email address Login user with Email address instead of Username Feb 11, 2015
@omab
Copy link
Owner

omab commented Apr 4, 2015

Python social auth supports loging by email/username, docs are here http://psa.matiasaguirre.net/docs/backends/email.html

@omab omab closed this as completed Apr 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants