Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | |
0.00% |
0 / 2 |
||
| <?php | |
| /* @var $this yii\web\View */ | |
| /* @var $user common\models\User */ | |
| $resetLink = Yii::$app->urlManager->createAbsoluteUrl(['user/reset-password', 'token' => $user->password_reset_token]); | |
| ?> | |
| Hello <?= $user->username ?>, | |
| Follow the link below to reset your password: | |
| <?= $resetLink ?> |