2017-04-24 12:19:54 +02:00
|
|
|
{% if attempted_realm %}
|
|
|
|
Someone (possibly you) requested a password reset email for {{ email }} on
|
|
|
|
{{ attempted_realm.uri }}, but {{ email }} does not
|
|
|
|
have an active account in {{ attempted_realm.uri }}. However, {{ email }} does
|
|
|
|
have an active account in {{ user.realm.uri }} organization; you
|
|
|
|
can try logging in or resetting your password there.
|
|
|
|
{% else %}
|
2017-08-29 04:15:02 +02:00
|
|
|
Psst. Word on the street is that you need a new password, {{ email }}.
|
2012-11-05 19:53:16 +01:00
|
|
|
|
2013-02-13 04:04:24 +01:00
|
|
|
It's all good. Follow the link below and we'll take care of the rest:
|
2016-06-24 22:45:05 +02:00
|
|
|
|
2016-08-21 08:19:25 +02:00
|
|
|
{{ protocol }}://{{ user.realm.host }}{{ url('django.contrib.auth.views.password_reset_confirm', kwargs=dict(uidb64=uid, token=token)) }}
|
2017-04-24 12:19:54 +02:00
|
|
|
{% endif %}
|
2013-02-13 04:04:24 +01:00
|
|
|
Thanks,
|
2013-07-10 22:47:48 +02:00
|
|
|
Your friends at Zulip HQ
|