2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2016-10-13 16:44:09 +02:00
|
|
|
Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-10-13 16:44:09 +02:00
|
|
|
Someone, hopefully you, has requested your <%= cloudronName %>'s account password
|
2015-07-20 00:09:47 -07:00
|
|
|
be reset. If you did not request this reset, please ignore this message.
|
|
|
|
|
|
|
|
|
|
To reset your password, please visit the following page:
|
|
|
|
|
<%= resetLink %>
|
|
|
|
|
|
|
|
|
|
When you visit the above page, you will be prompted to enter a new password.
|
|
|
|
|
After you have submitted the form, you can login using the new password.
|
|
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
2016-10-13 16:44:09 +02:00
|
|
|
<center>
|
|
|
|
|
|
|
|
|
|
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
|
|
|
|
|
|
|
|
|
<h3>Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,</h3>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-10-13 16:44:09 +02:00
|
|
|
<p>
|
|
|
|
|
Someone, hopefully you, has requested your <%= cloudronName %>'s account password be reset.<br/>
|
|
|
|
|
If you did not request this reset, please ignore this message.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="<%= resetLink %>">Click to reset your password</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
When you visit the above page, you will be prompted to enter a new password.<br/>
|
|
|
|
|
After you have submitted the form, you can login using the new password.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<% } %>
|