diff --git a/templates/zerver/emails/find_team/find_team_email.html b/templates/zerver/emails/find_team/find_team_email.html index cf4d3fab60..ac389fab3f 100644 --- a/templates/zerver/emails/find_team/find_team_email.html +++ b/templates/zerver/emails/find_team/find_team_email.html @@ -1,9 +1,31 @@ -
Hello {{ user_profile.full_name }},
+ + +
+ +Hi {{ user_profile.full_name }},
-You can log into Zulip using {{ user_profile.email }} on following organization:
+You can log in to your Zulip organization, {{ user_profile.realm.name }}, +at the following link:
- +| + {{ user_profile.realm.uri }} ++ | 
Cheers,
-
-The Zulip Team
The email address associated with your account is {{ user_profile.email }}.
+ +{% if verbose_support_offers %} +If you have trouble signing in, please contact Zulip support by replying to + this email.
+ +{% endif %} +Thanks for using Zulip!
+ + + diff --git a/templates/zerver/emails/find_team/find_team_email.subject b/templates/zerver/emails/find_team/find_team_email.subject index 8f2c1c8a51..ad52e031fa 100644 --- a/templates/zerver/emails/find_team/find_team_email.subject +++ b/templates/zerver/emails/find_team/find_team_email.subject @@ -1 +1 @@ -Your Zulip Team +Your Zulip login page diff --git a/templates/zerver/emails/find_team/find_team_email.txt b/templates/zerver/emails/find_team/find_team_email.txt index 37f1a39139..c796d1e0d2 100644 --- a/templates/zerver/emails/find_team/find_team_email.txt +++ b/templates/zerver/emails/find_team/find_team_email.txt @@ -1,8 +1,14 @@ -Hello {{ user_profile.full_name }}, +Hi {{ user_profile.full_name }}, -You can log into Zulip using {{ user_profile.email }} on following organization: +You can log in to your Zulip organization, {{ user_profile.realm.name }}, +at the following link: + {{ user_profile.realm.uri }} -- {{ user_profile.realm.name }} through {{ user_profile.realm.uri }} +The email address associated with your account is {{ user_profile.email }}. -Cheers, -The Zulip Team +{% if verbose_support_offers %} +If you have trouble signing in, please contact Zulip support by replying to +this email. +{% endif %} + +Thanks for using Zulip! diff --git a/templates/zerver/find_my_team.html b/templates/zerver/find_my_team.html index a75570af86..d4a621d1e0 100644 --- a/templates/zerver/find_my_team.html +++ b/templates/zerver/find_my_team.html @@ -9,8 +9,9 @@ {% if emails %}- We have checked the following email address(es). Any email address - not associated with Zulip was not sent the sign-in information. + Emails sent! You will only receive emails at addresses associated + with Zulip organizations. The addresses entered on the previous page + are listed below:
- We will send you an email with the sign-in information against - any email address associated with Zulip. + We will send you an email with the sign-in information for + any Zulip organization(s) associated with the addresses you enter below.