diff --git a/src/mail_templates/welcome_user.ejs b/src/mail_templates/welcome_user.ejs index 18dd450cb..432bbc9bc 100644 --- a/src/mail_templates/welcome_user.ejs +++ b/src/mail_templates/welcome_user.ejs @@ -15,8 +15,12 @@ To get started, create your account by visiting the following page: When you visit the above page, you will be prompted to enter a new password. After you have submitted the form, you can login using the new password. +<% if (invitor && invitor.email) { %> Thank you, <%= invitor.email %> +<% } else { %> +Thank you +<% } %> <% } else { %>