Skip to content

Commit cb26670

Browse files
committed
Clean up user reset pw and register email template
1 parent 244b6d5 commit cb26670

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

src/templates/Email/User/Register.plain.phtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ or copy and paste the link below into your web browser to verify your account.
1515
<?=$url?>
1616

1717

18-
Note: This link will only be available for 24 hours after registering. If you
19-
wait until it expires, you will need to complete a password reset to verify your
20-
account.
18+
**Note:** This link will only be available for 24 hours after registering. If
19+
you wait until it expires, you will need to complete a password reset to verify
20+
your account.
2121

2222
You may also reply to this email if you believe there is an issue.
2323
<?php require('./Email/footer.plain.inc.phtml'); ?>

src/templates/Email/User/Register.rich.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ $url = Common::relativeUrlToAbsolute('/user/activate?u=' . rawurlencode($this->g
249249
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
250250
<div style="color:#DDD;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
251251
<div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #DDD;">
252-
<p style="font-size: 12px; line-height: 16px; margin: 0;"><span style="font-size: 14px;"><strong>Note:</strong></span><span style="font-size: 14px; line-height: 16px;"> This link will only be available for 24 hours after registering. If you wait until it expires, you will need to complete a password reset to verify your account.</span></p>
252+
<p style="font-size: 14px; line-height: 16px; margin: 0;"><span style="font-size: 14px;"><strong>Note:</strong></span><span style="font-size: 14px; line-height: 16px;"> This link will only be available for 24 hours after registering. If you wait until it expires, you will need to complete a password reset to verify your account.</span></p>
253253
</div>
254254
</div>
255255
<!--[if mso]></td></tr></table><![endif]-->

src/templates/Email/User/ResetPassword.plain.phtml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ require('./Email/header.plain.inc.phtml');
55
?>
66
Hello <?=$this->getContext()->user->getName()?>,
77

8-
Someone requested your password to be reset on BNETDocs. If this was you, copy
9-
and paste the following into your web browser:
8+
Someone requested your password to be reset on BNETDocs. If this was you, click
9+
or copy and paste the link below into your web browser to reset your password.
1010

1111
<?=Common::relativeUrlToAbsolute('/user/resetpassword?username=' . rawurlencode($this->getContext()->user->getUsername()) . '&t=' . rawurlencode($this->getContext()->token))?>
1212

1313

14+
**Note:** This link will only be available for 24 hours.
15+
1416
If this was not you, then you can safely ignore this email; no action will be
1517
taken.
18+
19+
You may also reply to this email if you believe there is an issue.
1620
<?php require('./Email/footer.plain.inc.phtml'); ?>

src/templates/Email/User/ResetPassword.rich.phtml

+2
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ $url = Common::relativeUrlToAbsolute('/user/resetpassword?username=' . rawurlenc
246246
<!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
247247
<div style="color:#DDD;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
248248
<div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #DDD;">
249+
<p style="font-size: 14px; line-height: 16px; margin: 0;"><span style="font-size: 14px; line-height: 16px;"><strong>Note:</strong> This link will only be available for 24 hours.</span></p>
250+
<p style="font-size: 14px; line-height: 16px; margin: 0;"> </p>
249251
<p style="font-size: 14px; line-height: 16px; margin: 0;"><span style="font-size: 14px; line-height: 16px;">If this was not you, then you can safely ignore this email; no action will be taken.</span></p>
250252
</div>
251253
</div>

0 commit comments

Comments
 (0)