﻿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
15228	TEMPLATE_STRING_IF_INVALID breaks admin	CarlFK	nobody	"stock django user auth, trying to change password = error.

http://localhost:8080/admin/auth/user/1/
""Use '[algo]$[salt]$[hexdigest]' or use the _change password form_""  click
abc<tab>abc click done:

RuntimeError at /admin/auth/user/1/password/template_error

You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to localhost:8080/admin/auth/user/1/password/template_error/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings."		closed	contrib.admin	1.3-beta		duplicate			Unreviewed	0	0	0	0	0	0
