mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 22:58:55 +08:00
7 lines
400 B
Plaintext
7 lines
400 B
Plaintext
<!-- extremely naive implementation of a password reset email -->
|
|
<p>We received a request to reset your password. If you did not request this change, you can ignore this email.<br />
|
|
If you did, <a href="<%= rootURL %>/admin/password-reset#<%= token %>">please click here to reset password</a>.</p>
|
|
<% if (process.env.NODE_ENV !== 'production') { %>
|
|
<p style="color: red"><%= token %></p>
|
|
<% } %>
|