﻿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
21837	auth.User Email - non-RFC spec normalization	ross@…	nobody	"when a user signs up with Monkey@BadDomain.com

auth.User.object.normalize_email() saves the email as Monkey@baddomain.com to conform with RFC.

But future lookups will return None due to  BadDomain.com != baddomain.com where the user continually enters Monkey@BadDomain.com because thats what in their muscle/chrome memory.

1. normalize_email is applied at the orm level, but should (also?) be applied at the Field level to help with this problem."	Bug	new	contrib.auth	1.6	Normal		authentication, email, filter, get, error	FunkyBob	Unreviewed	0	0	0	0	0	0
