﻿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
13108	contrib.auth test fails due to duplicate user	Ben	nobody	"In django.contrib.auth.tests.auth_backends.py we have (line 153)[[BR]]
{{{self.user2 = User.objects.create_user('test2', 'test2@example.com', 'test')}}}[[BR]]
In django.contrib.auth.tests.forms.py we have (line 224)[[BR]]
{{{>>> user = User.objects.create_user('test2', 'tesT@EXAMple.com', 'test')}}}[[BR]]

These usernames clash and an error is raised.  The attached patch simply changes the usernames in forms.py."		closed	contrib.auth	dev		fixed			Ready for checkin	1	0	0	0	0	0
