From 9f45440e69e5c3d00712d46db6bdeb3bf2a8ce92 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 4 Sep 2018 15:47:12 +0100 Subject: [PATCH] Remove the username step from the social auth --- opentech/settings/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opentech/settings/base.py b/opentech/settings/base.py index 6f6972050..06df40a22 100644 --- a/opentech/settings/base.py +++ b/opentech/settings/base.py @@ -395,7 +395,6 @@ SOCIAL_AUTH_PIPELINE = ( 'social_core.pipeline.social_auth.social_uid', 'social_core.pipeline.social_auth.auth_allowed', 'social_core.pipeline.social_auth.social_user', - 'social_core.pipeline.user.get_username', 'social_core.pipeline.social_auth.associate_by_email', 'social_core.pipeline.user.create_user', 'social_core.pipeline.social_auth.associate_user', -- GitLab