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-10-13 11:14:17 +02:00
|
|
|
Welcome to <%= cloudronName %>!
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-10-13 11:14:17 +02:00
|
|
|
To get started, activate your account by visiting the following page:
|
2015-07-20 00:09:47 -07:00
|
|
|
<%= setupLink %>
|
|
|
|
|
|
2016-01-18 14:18:57 +01:00
|
|
|
<% if (invitor && invitor.email) { %>
|
2016-10-13 11:14:17 +02:00
|
|
|
Your <%= invitor.email %>
|
2016-01-18 14:18:57 +01:00
|
|
|
<% } %>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
2016-10-13 11:14:17 +02:00
|
|
|
<center>
|
|
|
|
|
|
2016-10-13 12:37:25 +02:00
|
|
|
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
2016-10-13 11:14:17 +02:00
|
|
|
|
2016-10-13 11:56:23 +02:00
|
|
|
<h3>Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,</h3>
|
|
|
|
|
|
|
|
|
|
<h2>Welcome to <%= cloudronName %>!</h2>
|
2016-10-13 11:14:17 +02:00
|
|
|
|
|
|
|
|
<p>
|
2016-10-13 11:56:23 +02:00
|
|
|
<% if (invitor && invitor.email) { %>
|
|
|
|
|
You got invited by <%= invitor.email %>.<br/>
|
|
|
|
|
<% } %>
|
|
|
|
|
To get started, <a href="<%= setupLink %>">activate your account</a>.
|
2016-10-13 11:14:17 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<% } %>
|