Browse Source

Update passwordResetToken.php

tags/2.0.0-beta
gsd 11 years ago
parent
commit
29394758ba
  1. 2
      apps/advanced/frontend/views/emails/passwordResetToken.php

2
apps/advanced/frontend/views/emails/passwordResetToken.php

@ -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)?>

Loading…
Cancel
Save