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

user_details pipeline does not update protected fields for new users #55

Closed
vitalyvolkov opened this issue Oct 10, 2013 · 1 comment
Closed

Comments

@vitalyvolkov
Copy link

If in config set PROTECTED_USER_FIELDS = ['first_name', 'last_name'] then when user just registered through social network (facebook, linkedin etc) those fields will not be set and details for new users are empty.

In SOCIAL_AUTH_PIPELINE 'social.pipeline.user.user_details' is below create_user pipeline

@vitalyvolkov
Copy link
Author

Sorry, my mistake, there should be set USER_FIELDS for create_user

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

1 participant