﻿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
8274	Auth views should allow form customization	Julien Phalip	Julien Phalip	"It is possible to make your own authentication backend. However, if you want to authenticate with usernames longer than 30 characters (e.g. emails) you cannot rely on the login view, since it's bound to use the AuthenticationForm, which itself only allows 30 characters usernames. You could easily find a way around if only the form was customizable.

Curiously, some views already allow form customization -- `password_reset_confirm` and `password_reset` -- but the others don't -- `login` and `password_change` --. The attached patch fixes the latter."		closed	contrib.auth	dev		fixed		philipe.rp@… Dave Naffziger bthomas@… Freark van der Bos steph graham@… michel@… ben@… MonteDavidoff bas@…	Ready for checkin	1	0	0	0	0	0
