Adjust email templates, as we do not have a username set now

This commit is contained in:
Johannes Zellner
2016-04-02 13:55:47 +02:00
parent f6547c9b71
commit a0098a8883
3 changed files with 4 additions and 6 deletions

View File

@@ -1,14 +1,12 @@
<%if (format === 'text') { %>
Dear <%= user.username %>,
Dear <%= user.email %>,
Welcome to our Cloudron <%= fqdn %>!
The Cloudron is our own Smart Server. You can read more about it
at https://www.cloudron.io.
You username is '<%= user.username %>'
To get started, create your account by visiting the following page:
<%= setupLink %>