Fix invite template (again)

This commit is contained in:
Girish Ramakrishnan
2016-09-28 15:10:17 -07:00
parent 7c892706c3
commit 079bf3aed1

View File

@@ -1,6 +1,6 @@
<%if (format === 'text') { %>
Hi<%= ' ' + user.displayName %>,
Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,
Welcome to our Cloudron <%= fqdn %>!