@@ -4,13 +4,16 @@ Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>
|
|||||||
|
|
||||||
Welcome to <%= cloudronName %>!
|
Welcome to <%= cloudronName %>!
|
||||||
|
|
||||||
To get started, activate your account by visiting the following page:
|
To get started, activate your account:
|
||||||
<%= setupLink %>
|
<%= setupLink %>
|
||||||
|
|
||||||
<% if (invitor && invitor.email) { %>
|
<% if (invitor && invitor.email) { %>
|
||||||
Your <%= invitor.email %>
|
You are receiving this email because you were invited by <%= invitor.email %>.
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
|
Powered by Cloudron.io
|
||||||
|
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
@@ -22,10 +25,23 @@ Your <%= invitor.email %>
|
|||||||
<h2>Welcome to <%= cloudronName %>!</h2>
|
<h2>Welcome to <%= cloudronName %>!</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<% if (invitor && invitor.email) { %>
|
|
||||||
You got invited by <%= invitor.email %>.<br/>
|
|
||||||
<% } %>
|
|
||||||
To get started, <a href="<%= setupLink %>">activate your account</a>.
|
To get started, <a href="<%= setupLink %>">activate your account</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<div style="font-size: 10px; color: #333333; background: #ffffff;">
|
||||||
|
Powered by <a href="https://cloudron.io">Cloudron</a>.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<% if (invitor && invitor.email) { %>
|
||||||
|
You are receiving this email because you were invited by <%= invitor.email %>.
|
||||||
|
<% } %>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
</center>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user