Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmailAddress.email has default max_length (=75), increase to 254 to comply to standards #8

Open
pennersr opened this issue Nov 1, 2010 · 0 comments

Comments

@pennersr
Copy link

pennersr commented Nov 1, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant