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
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