6 Sep
2023
6 Sep
'23
6:37 a.m.
This will be covered upstream: https://github.com/pennersr/django-allauth/commit/ab704687f438c06fd23e72bce2... .
With "EMAIL_AUTHENTICATION_AUTO_CONNECT" set to True, it might happen that social media users who already have an account will be linked to their existing account. To be reviewed and tested .....
Am 05.09.23 um 14:03 schrieb Abhilash Raj:
On 9/5/23 15:28, info@joergschulz.de wrote:
so, no automatic connection possible? Hmmmm, I'd have liked to automagically migrate my users when they decide to use social instead of direct login.
No, it currently automatically add a social connection. But there is a similar open issue on the auth library we use: https://github.com/pennersr/django-allauth/issues/3397
Abhilash