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

Detect duplicate emails in social logins #1274

Closed
wmorrell opened this issue Feb 2, 2016 · 2 comments
Closed

Detect duplicate emails in social logins #1274

wmorrell opened this issue Feb 2, 2016 · 2 comments

Comments

@wmorrell
Copy link

wmorrell commented Feb 2, 2016

This is admittedly an edge case.

Consider a user has an existing account in a Django site using a Google email. The site enables logging in via Google account with allauth. This will trigger the socialaccount/signup.html page, because the email address on the Google account matches an existing email on an account. However, the user must first submit the signup form, before seeing the error message that an existing account is using that email.

I would propose a behavior change in the previous scenario, where the user gets redirected to the login page with the error about an existing account with {{ email }}.

@pennersr
Copy link
Owner

pennersr commented Feb 3, 2016

Dupe of #215 (see 2nd bullet of comment #215 (comment))

@pennersr pennersr closed this as completed Feb 3, 2016
@wmorrell
Copy link
Author

wmorrell commented Feb 4, 2016

Whoops, did not check nearly far back enough. I'll watch that one instead, thanks for the heads up!

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