We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d3665 commit 9b56ca0Copy full SHA for 9b56ca0
src/templates/Email/User/ResetPassword.plain.phtml
@@ -0,0 +1,11 @@
1
+<?php require('./Email/header.plain.inc.phtml'); ?>
2
+Hello <?=$this->getContext()->user->getName()?>,
3
+
4
+You requested your password to be reset on BNETDocs. If this was you, copy and
5
+paste the following into your web browser:
6
7
+<?=$this->getContext()->url?>
8
9
+If this was not you, then you can safely ignore this email; no action will be
10
+taken.
11
+<?php require('./Email/footer.plain.inc.phtml'); ?>
0 commit comments