2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2016-09-28 15:10:17 -07:00
|
|
|
Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-02-13 11:22:28 -08:00
|
|
|
Welcome to our Cloudron <%= fqdn %>!
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-09-07 22:14:20 +02:00
|
|
|
Cloudron is a platform to run apps on your server. You can read more about it at https://www.cloudron.io.
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
To get started, create your account by visiting the following page:
|
|
|
|
|
<%= setupLink %>
|
|
|
|
|
|
2016-01-18 14:18:57 +01:00
|
|
|
<% if (invitor && invitor.email) { %>
|
2015-07-20 00:09:47 -07:00
|
|
|
Thank you,
|
|
|
|
|
<%= invitor.email %>
|
2016-01-18 14:18:57 +01:00
|
|
|
<% } else { %>
|
|
|
|
|
Thank you
|
|
|
|
|
<% } %>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|