Fix password reset on Django 1.6.

(imported from commit 8a0d106d1380653eeb042787fa7eefca3f416222)
This commit is contained in:
Tim Abbott
2013-11-08 15:51:49 -05:00
parent 828917cac8
commit 27eeb95eb4

View File

@@ -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