﻿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
10051	Admin site forms enforce arbitrary requirements on usernames that aren't required by the User model	dstn@…	nobody	"
django/contrib/auth/forms.py : UserCreationForm and UserChangeForm both use RegexFields (DRY violation here, by the way) for the username.  Shouldn't this checking be in the User model class instead?  User objects created through other channels don't get these checks.

In my app I want usernames to be email addresses, and there was no problem with this until I started using the admin site to update User entries.

cheers,
dustin.
"		closed	contrib.auth	1.0		duplicate			Unreviewed	0	0	0	0	0	0
