You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For django-allauth I am running into an issue where Facebook hands over email addresses that are longer than 75 characters. For reference, also refer to:
For django-allauth I am running into an issue where Facebook hands over email addresses that are longer than 75 characters. For reference, also refer to:
http://code.djangoproject.com/ticket/11365
As Django will not be fixed, I was hoping that email-confirmation could switch to max_length=254 so that it can handle long email addresses.
The text was updated successfully, but these errors were encountered: