﻿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
8451	Fix URL in e-mails sent out by password reset	Richard Davies <richard.davies@…>	nobody	"The authentication framework as a built in view (django.contrib.auth.views.password_reset) and form (django.contrib.auth.forms.PasswordResetForm) which send a user an e-mail inviting them to reset their password.

The e-mail assumes that the view 'django.contrib.auth.views.password_reset_confirm' will be at ""{{ protocol }}://{{ domain }}/reset/{{ uid }}-{{ token }}/"", whereas in fact it might be anywhere.

This patch calls reverse() to generate the correct URL for the e-mail."		closed	contrib.auth	dev		duplicate		richard.davies@…	Unreviewed	1	0	0	0	0	0
