2016-01-20 12:35:42 +01:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
|
|
|
|
Dear Admin,
|
|
|
|
|
|
|
|
|
|
User with name '<%= username %>' (<%= 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) { %>
|
|
|
|
|
This user was not invited immediately, he has to get invited manually later, using the "send invite" button in the admin panel.
|
2016-01-20 13:14:19 +01:00
|
|
|
To perform any configuration on behalf of the user, please use this link
|
|
|
|
|
<%= inviteLink %>
|
2016-01-20 12:35:42 +01:00
|
|
|
It allows to setup a temporary password, which the user will be able to override, once he gets invited.
|
|
|
|
|
This link will become invalid as soon as the user was invited.
|
|
|
|
|
<% } %>
|
|
|
|
|
|
|
|
|
|
Thank you,
|
|
|
|
|
User Manager
|
|
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|