2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2016-09-28 13:52:00 -07:00
|
|
|
Dear <%= user.username || user.alternateEmail || user.email %>,
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
Someone, hopefully you, has requested your <%= fqdn %>'s account password
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Thank you,
|
|
|
|
|
<%= fqdn %> Admin
|
|
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|