Fix the user add email

This commit is contained in:
Johannes Zellner
2016-10-13 12:37:25 +02:00
parent 5a1729d715
commit 0b8857e1bb
3 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<%if (format === 'text') { %>
Dear Admin,
Hi <%= cloudronName %> Admin,
User with email <%= user.alternateEmail || user.email %> was added to your <%= cloudronName %> Cloudron.
+1 -1
View File
@@ -15,7 +15,7 @@ Your <%= invitor.email %>
<center>
<img src="<%= cloudronAvatarUrl %>"/>
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
<h3>Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,</h3>