Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2922f4d

Browse files
committed
update reset email template
1 parent 58db0ac commit 2922f4d

File tree

1 file changed

+8
-6
lines changed
  • mail_templates/reset_token_email

1 file changed

+8
-6
lines changed

mail_templates/reset_token_email/html.ejs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ Hi, <%= handle %>,
33
</p>
44

55
<p>
6-
We have received a request to recover your password. If you requested this, please use the token <%= token %> to continue the process.
7-
</p>
8-
9-
<p>
10-
The token will expire at <%= expiry %>.
6+
We have received a request to reset your password. If you requested this, please follow these steps to reset your password:
7+
We have received a request to recover your password. If you requested this, please use the token to continue the process.
118
</p>
129

10+
<ul>
11+
<li>Visit this page: http://www.topcoder.com/password-reset</li>
12+
<li>Enter your username and new password. Confirm your new password.</li>
13+
<li>Use the unlock code <%= token %> to continue the process. The unlock code will expire at [<%= expiry %>].</li>
14+
</ul>
1315

1416
<p>
1517
If you did not make the request and/or believe you got this message in error, please email support@topcoder.com to let us know.
1618
</p>
1719

1820
<p>
19-
-TopCoder
21+
-topcoder
2022
</p>

0 commit comments

Comments
 (0)