Skip to content

Commit a3d331d

Browse files
committed
Update reset password email template to match
1 parent 79c5027 commit a3d331d

File tree

2 files changed

+329
-202
lines changed

2 files changed

+329
-202
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and paste the following into your web browser:
1010

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

13+
1314
If this was not you, then you can safely ignore this email; no action will be
1415
taken.
1516
<?php require('./Email/footer.plain.inc.phtml'); ?>

0 commit comments

Comments
 (0)