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

Backend specific USER_FIELDS setting #661

Closed
inancsevinc opened this issue Jun 29, 2015 · 2 comments
Closed

Backend specific USER_FIELDS setting #661

inancsevinc opened this issue Jun 29, 2015 · 2 comments

Comments

@inancsevinc
Copy link

The default implementation of create_user pipeline method is reading settings via strategy not backend. (

for name in strategy.setting('USER_FIELDS',
)
This makes it impossible to give backend specific settings. Is this behavior intentional?

@vsobolmaven
Copy link

Same thing with pipeline configuration per backend - not possible with current implementation of authenticate() in social.backends.base

@omab
Copy link
Owner

omab commented Dec 27, 2016

Per-backend PIPELINE setting was added some time ago, per-backend USER_FIELDS was added here python-social-auth/social-core@1690dd6.

@omab omab closed this as completed Dec 27, 2016
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

3 participants