﻿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
19130	Auth forms contain hard-coded assumptions about field length	Russell Keith-Magee	nobody	"The auth forms contain some hardcoded assumptions about the length of the username field.

In some cases, these are reasonable -- the user creation form should reasonably check the expected length etc of the username field. 

However, in other cases, it's just busy work:

 * LoginForm sets max_length=30. 

 * PasswordResetFrom sets max_length=75 on the email field.

While it's possible for these forms to be customized by the end user, we can avoid the need for 90% of users to need to do this customization by making the defaults a little more accepting -- a length of 254 chars in both cases would allow email addresses as login, without affecting the data integrity of the actual user model.
"	Cleanup/optimization	closed	contrib.auth	dev	Normal	fixed			Accepted	0	0	0	0	0	0
