Include email address explicitly in welcome email to avoid any confusion

This commit is contained in:
James Allen 2015-02-05 12:52:50 +00:00
parent 888ebd5d7b
commit 5a922e2356

View file

@ -13,7 +13,7 @@ templates.welcome =
compiledTemplate: _.template '''
<p>Hi <%= first_name %>,</p>
<p>Thanks for signing up to ShareLaTeX! If you ever get lost, you can log in again <a href="<%= siteUrl %>/login">here</a>.</p>
<p>Thanks for signing up to ShareLaTeX! If you ever get lost, you can log in again <a href="<%= siteUrl %>/login">here</a> with the email address "<%= to %>".</p>
<p>If you're new to LaTeX, take a look at our <a href="<%= siteUrl %>/learn">Help Guides</a> and <a href="<%= siteUrl %>/templates">Templates</a>.</p>