You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 pipelineThe text was updated successfully, but these errors were encountered: