21 lines
483 B
Plaintext
21 lines
483 B
Plaintext
|
|
<%if (format === 'text') { %>
|
||
|
|
|
||
|
|
Dear <%= username %>,
|
||
|
|
|
||
|
|
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 { %>
|
||
|
|
|
||
|
|
<% } %>
|
||
|
|
|