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

Commit acce44f

Browse files
committed
update reset password email
1 parent 9ce0ddc commit acce44f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

mail_templates/reset_token_email/html.ejs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Hi, <%= handle %>,
44

55
<p>
66
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.
87
</p>
98

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

1615
<p>
1716
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.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Hi, <%= handle %>,
22

3-
We have received a request to recover your password. If you requested this, please use the token <%= token %> to continue the process.
3+
We have received a request to reset your password. If you requested this, please follow these steps to reset your password:
44

5-
The token will expire at <%= expiry %>.
5+
1. Visit this page: http://www.topcoder.com/password-reset
6+
2. Enter your username and new password. Confirm your new password.
7+
3. Use the unlock code <%= token %> to continue the process. The unlock code will expire at [<%= expiry %>].
68

79
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.
810

9-
-TopCoder
11+
-topcoder

0 commit comments

Comments
 (0)