﻿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
8797	django password reset tests assume hardcoded urls	teh	Chris Beaven	"in `django/contrib/auth/tests/views.py` there are lines like e.g.:
{{{
response = self.client.post('/password_reset/', {'email': 'not_a_real_email@email.com'})
}}}

When one associates the password views with different urls in urls.py these tests will fail because of the hardcoded `'/password_reset/'`.
"	Bug	closed	contrib.auth	dev	Normal	worksforme			Design decision needed	0	0	0	0	0	0
