I use Python Social Auth (django) with Google and Facebook and create different users with the same email address. How to fix it?
If I first register with Google, log out, and then using facebook, it should just link the accounts and not create.
Thanks,
After reading some code, I found this in the pipeline:
'social.pipeline.social_auth.associate_by_email',
So, I just added it before
'social.pipeline.user.get_username',
And it worked.
Source: https://habr.com/ru/post/955580/More articles:phonegap application icon with notifications (number) - cordovaUIButton doesn't seem to have the selected status header in iOS7? - iosiOS 7 UINavigationController NavBar for each color animation controller - cocoa-touchwhy it does not implement the equals method in Java, causes a memory leak - javaAndroid - draw YouTube video on SurfaceTexture - androidApache2 will not start - linuxH2 in-mem-DB with hibernation set to create a table giving me no found errors - hibernateAre the static variables of the template class with different instances the same? - c ++Rails form with nested attributes (accepts_nested_attributes_for) - ruby-on-railsProperty type 'id' is incompatible with type 'id' inherited from UIToolbar warning - iosAll Articles