1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

removed associate_by_email #14946

This commit is contained in:
Abhimanyu Saharan
2024-02-20 23:45:56 +05:30
committed by Jeremy Stretch
parent 839609d101
commit 8678d1a577

View File

@ -571,7 +571,6 @@ SOCIAL_AUTH_PIPELINE = (
'social_core.pipeline.social_auth.social_uid',
'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',
'netbox.authentication.user_default_groups_handler',