mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Improve reset email password link formatting.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
Psst. Word on the street is that you forgot your password, {{ email}}.
|
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:
|
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', kwargs=dict(uidb64=uid, token=token)) }}>
|
|
||||||
|
{{ protocol}}://{{ domain }}{{ url('django.contrib.auth.views.password_reset_confirm', kwargs=dict(uidb64=uid, token=token)) }}
|
||||||
|
|
||||||
Thanks,
|
Thanks,
|
||||||
Your friends at Zulip HQ
|
Your friends at Zulip HQ
|
||||||
|
|||||||
Reference in New Issue
Block a user