﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15022	contrib.auth.User email field length is insufficient for Facebook proxy email addresses	alun@…	nobody	"As of Django 1.2, the max length of the email field on the User model is 75 characters. This is not sufficient to accomodate the random anonymized proxy email addresses generated by Facebook, which are usually well over 75 characters long: e.g. ""apps+71659511993.252800001.671353761e563e7852e650c93c3b821c@proxymail.facebook.com"".

This poses a problem for integrating with 3rd-party authentication systems; as do other User charfield limits like those on the username, first_name and last_name fields (which are each limited to 30 characters.) In the case of Django's builtin models, whose schemas are awkward to override, I can't see any advantage in being parsimonious with charfield sizes."		closed	contrib.auth	1.2		duplicate	email		Unreviewed	0	0	0	0	0	0
