2017-08-11 07:55:51 +02:00
|
|
|
{% if no_account_in_realm %}
|
|
|
|
Someone (possibly you) requested a password reset email for
|
|
|
|
{{ email }} on {{ realm_uri }}, but
|
2017-11-25 03:21:53 +01:00
|
|
|
you do not have an active account in {{ realm_uri }}.
|
|
|
|
{% if accounts %}
|
|
|
|
{% if multiple_accounts %}
|
|
|
|
However, you do have active accounts in the following organizations.
|
|
|
|
{% for account in accounts %}
|
|
|
|
{{ account.realm.uri }}
|
|
|
|
{% endfor %}
|
|
|
|
You can try logging in or resetting your password in the organization
|
|
|
|
you want.
|
|
|
|
{% else %}
|
|
|
|
However, you do have an active account in the {{ accounts[0].realm.uri }}
|
|
|
|
organization; you can try logging in or resetting your password there.
|
|
|
|
{% endif %}
|
2017-08-11 07:55:51 +02:00
|
|
|
{% endif %}
|
2017-04-24 12:19:54 +02:00
|
|
|
{% 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
|
|
|
|
2017-11-19 22:40:37 +01:00
|
|
|
{{ reset_url }}
|
|
|
|
|
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
|