mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Fix password reset on Django 1.6.
(imported from commit 8a0d106d1380653eeb042787fa7eefca3f416222)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user