Rev 13532 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 13532 |
anikendra |
1 |
Hi <?php echo $user['username']; ?>,
|
|
|
2 |
|
|
|
3 |
Someone (hopefully you) has requested a password reset on your account. In order to reset your password please click on the link below:
|
|
|
4 |
|
|
|
5 |
<?php echo $this->Html->link('Reset your password', Router::url(array('action' => 'forgotten_password', 'password_reset' => $user['password_reset']), true)); ?>
|
|
|
6 |
|
|
|
7 |
Regards,
|
|
|
8 |
|
| 13714 |
anikendra |
9 |
Profittill Team
|