19 lines
388 B
Plaintext
19 lines
388 B
Plaintext
<%if (format === 'text') { %>
|
|
|
|
Hi <%= cloudronName %> Admin,
|
|
|
|
User with email <%= user.alternateEmail || user.email %> was added to <%= cloudronName %>.
|
|
|
|
<% 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 %>
|
|
|
|
<% } %>
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|
|
|