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

Paypal redirects to /accounts/social/signup #722

Closed
Snotes opened this issue Sep 20, 2014 · 5 comments
Closed

Paypal redirects to /accounts/social/signup #722

Snotes opened this issue Sep 20, 2014 · 5 comments

Comments

@Snotes
Copy link

Snotes commented Sep 20, 2014

I'm getting through the REST OAuth authentication, but then I'm redirected back to an account creation page like this:

image

The URL I'm using is https://domainname.com/accounts/paypal/login/

Any ideas or suggestions on how to avoid this extra step would be appreciated!

Thanks,

Thomas

@Snotes
Copy link
Author

Snotes commented Sep 20, 2014

This is my base.py (settings.py) config:

'paypal': {
    'SCOPE': ['openid', 'profile', 'email'],
    'MODE': 'live',
    'PROFILE_FIELDS': ['id',
                     'first-name',
                     'last-name',
                     'email-address']
},

Again, Thanks!

Thomas

@pennersr
Copy link
Owner

Do you have auto signup enabled? If so, could it be that you already have a user on board with an identical e-mail address?

@Snotes
Copy link
Author

Snotes commented Sep 23, 2014

I have auto signup enabled now, but didn't before.

There were several logins created with social accounts (in 'Social Accounts'); I'm sure that one or more of them are using the same email address.. three of them are derivative userids [userid, userid1, userid2]. So, I deleted all of the accounts and I tried again, and was still prompted with the signup page, but now by Paypal and Linkedin, and they both say a user already exists with this email address - is there some remnant left behind from of the accounts I've deleted?

My google and twitter logins work consistently, as they don't include an email address parameter.. if I remove the email/email-address parameters from linkedin and paypal, then they no longer present the signup page. Is there a work-around that will allow end-users to login with different social network accounts which just happen to use the same email address? Granted they will be a different accounts, but I'm okay with that.

Thanks,

Thomas

@Snotes
Copy link
Author

Snotes commented Sep 30, 2014

I would appreciate any assistance I can get with this.

Thanks!

Thomas

@pennersr
Copy link
Owner

Have a look at issue #215 for background information on why this happens.
Closing (duplicate) ...

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