2016-01-20 12:35:42 +01:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
|
|
|
|
Dear Admin,
|
|
|
|
|
|
2016-09-28 13:52:00 -07:00
|
|
|
User with email <%= user.alternateEmail || user.email %> was added in the Cloudron at <%= fqdn %>.
|
2016-01-20 12:35:42 +01:00
|
|
|
|
|
|
|
|
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
|
|
|
|
|
|
|
|
|
|
<% if (inviteLink) { %>
|
2016-03-09 18:37:02 -08:00
|
|
|
As requested, this user has not been sent an invitation email.
|
|
|
|
|
|
|
|
|
|
To set a password and perform any configuration on behalf of the user, please use this link:
|
2016-01-20 13:14:19 +01:00
|
|
|
<%= inviteLink %>
|
2016-03-09 18:37:02 -08:00
|
|
|
|
2016-01-20 12:35:42 +01:00
|
|
|
<% } %>
|
|
|
|
|
|
|
|
|
|
Thank you,
|
|
|
|
|
User Manager
|
|
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|