Commit 29394758 by gsd

Update passwordResetToken.php

parent 3a347c35
...@@ -13,4 +13,4 @@ Hello <?php echo Html::encode($user->username)?>, ...@@ -13,4 +13,4 @@ Hello <?php echo Html::encode($user->username)?>,
Follow the link below to reset your password: Follow the link below to reset your password:
<?php Html::a(Html::encode($resetLink), $resetLink)?> <?php echo Html::a(Html::encode($resetLink), $resetLink)?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment