﻿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
10026	Possible error in django.contrib.auth.views.password_reset_confirm	Jason Mayfield	nobody	"Was getting this error:

{{{

[Django] Error (EXTERNAL IP): /reset/a6-29j-f7bb4a0b3867c9d3024a/

Traceback (most recent call last):

 File ""/usr/local/src/django/django/core/handlers/base.py"", line 86, in get_response
   response = callback(request, *callback_args, **callback_kwargs)

 File ""/usr/local/src/django/django/contrib/auth/views.py"", line 122, in password_reset_confirm
   context_instance['validlink'] = True

 File ""/usr/local/src/django/django/template/context.py"", line 36, in __setitem__
   self.dicts[0][key] = value

TypeError: 'str' object does not support item assignment

}}}

Quick and dirty fix attached."		closed	contrib.auth	dev		worksforme	password reset	jwmayfield@…	Accepted	1	0	0	0	0	0
