Skip to content
Snippets Groups Projects
Commit 9f45440e authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Remove the username step from the social auth

parent 84e403aa
No related branches found
No related tags found
No related merge requests found
...@@ -395,7 +395,6 @@ SOCIAL_AUTH_PIPELINE = ( ...@@ -395,7 +395,6 @@ SOCIAL_AUTH_PIPELINE = (
'social_core.pipeline.social_auth.social_uid', 'social_core.pipeline.social_auth.social_uid',
'social_core.pipeline.social_auth.auth_allowed', 'social_core.pipeline.social_auth.auth_allowed',
'social_core.pipeline.social_auth.social_user', 'social_core.pipeline.social_auth.social_user',
'social_core.pipeline.user.get_username',
'social_core.pipeline.social_auth.associate_by_email', 'social_core.pipeline.social_auth.associate_by_email',
'social_core.pipeline.user.create_user', 'social_core.pipeline.user.create_user',
'social_core.pipeline.social_auth.associate_user', 'social_core.pipeline.social_auth.associate_user',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment