﻿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
8129	Modify password reset email template to allow user configured urls	Dave Naffziger	nobody	"This line is currently used to generate password reset urls:


{{{
{{ protocol }}://{{ domain }}/reset/{{ uid }}-{{ token }}/
}}}

This creates a fixed url in every email sent, so the user cannot customize the URL.

The proposed change is to use this line instead:

{{{
{{ protocol }}://{{ domain }}{% url django.contrib.auth.views.password_reset_confirm uidb36=uid, token=token %}
}}}

This is a single line patch so I won't upload diff files, etc."		closed	contrib.admin	dev		fixed		richard.davies@…	Accepted	1	0	0	0	0	0
