2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2018-01-21 14:50:24 +01:00
|
|
|
Hi <%= user.displayName || user.username || user.email %>,
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2017-01-29 14:23:27 -08:00
|
|
|
Someone, hopefully you, has requested your account's 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:
|
2019-02-14 19:30:00 -08:00
|
|
|
<%- resetLink %>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-10-13 16:04:43 -07:00
|
|
|
|
|
|
|
|
|
2017-01-17 15:47:18 +01:00
|
|
|
Powered by https://cloudron.io
|
2016-10-13 16:04:43 -07:00
|
|
|
|
2015-07-20 00:09:47 -07:00
|
|
|
<% } else { %>
|
|
|
|
|
|
2016-10-13 16:44:09 +02:00
|
|
|
<center>
|
|
|
|
|
|
|
|
|
|
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
|
|
|
|
|
2018-01-21 14:50:24 +01:00
|
|
|
<h3>Hi <%= user.displayName || user.username || user.email %>,</h3>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-10-13 16:44:09 +02:00
|
|
|
<p>
|
2017-01-29 14:23:27 -08:00
|
|
|
Someone, hopefully you, has requested your account's password be reset.<br/>
|
2016-10-13 16:44:09 +02:00
|
|
|
If you did not request this reset, please ignore this message.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="<%= resetLink %>">Click to reset your password</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
2016-10-13 16:04:43 -07:00
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<div style="font-size: 10px; color: #333333; background: #ffffff;">
|
2017-01-29 14:23:27 -08:00
|
|
|
Powered by <a href="https://cloudron.io">Cloudron</a>
|
2016-10-13 16:04:43 -07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</center>
|
|
|
|
|
|
2016-10-13 16:44:09 +02:00
|
|
|
<% } %>
|