diff --git a/common/djangoapps/third_party_auth/settings.py b/common/djangoapps/third_party_auth/settings.py index 73332b7acc65..7dc21b091ce5 100644 --- a/common/djangoapps/third_party_auth/settings.py +++ b/common/djangoapps/third_party_auth/settings.py @@ -77,7 +77,7 @@ def apply_settings(django_settings): django_settings.SOCIAL_AUTH_STRATEGY = 'common.djangoapps.third_party_auth.strategy.ConfigurationModelStrategy' # We let the user specify their email address during signup. - django_settings.SOCIAL_AUTH_PROTECTED_USER_FIELDS = ['email'] + django_settings.SOCIAL_AUTH_PROTECTED_USER_FIELDS = ['email', 'first_name', 'last_name'] # @medality_custom # Disable exceptions by default for prod so you get redirect behavior # instead of a Django error page. During development you may want to