Files
cloudron-box/src/mail_templates/user_added.ejs
2016-04-05 09:27:32 +02:00

24 lines
466 B
Plaintext

<%if (format === 'text') { %>
Dear Admin,
User with name <%= user.email %> was added in the Cloudron at <%= fqdn %>.
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
<% if (inviteLink) { %>
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:
<%= inviteLink %>
<% } %>
Thank you,
User Manager
<% } else { %>
<% } %>