0
you can try the DefaultSocialAccountAdapter
by importing it from from allauth.socialaccount.adapter import DefaultSocialAccountAdapter
.Don’t forget to include it in settings.py
as SOCIALACCOUNT_ADAPTER ='python.path.to.your.NormalAdapter'
Source:stackexchange.com