use display name since email may not be valid

This commit is contained in:
Girish Ramakrishnan
2016-09-28 13:43:17 -07:00
parent e1ef118d7b
commit 85c16ca43a

View File

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