From 27eeb95eb41b3a1d6d3b15c0bdd79fda8a2bd3e7 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 8 Nov 2013 15:51:49 -0500 Subject: [PATCH] Fix password reset on Django 1.6. (imported from commit 8a0d106d1380653eeb042787fa7eefca3f416222) --- templates/registration/password_reset_email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/password_reset_email.txt b/templates/registration/password_reset_email.txt index 73594e1729..17e944ed63 100644 --- a/templates/registration/password_reset_email.txt +++ b/templates/registration/password_reset_email.txt @@ -1,7 +1,7 @@ Psst. Word on the street is that you forgot your password, {{ email}}. It's all good. Follow the link below and we'll take care of the rest: - <{{ protocol}}://{{ domain }}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %}> + <{{ protocol}}://{{ domain }}{% url 'django.contrib.auth.views.password_reset_confirm' uidb64=uid token=token %}> Thanks, Your friends at Zulip HQ