first commit
This commit is contained in:
12
common/mail/passwordResetToken-text.php
Executable file
12
common/mail/passwordResetToken-text.php
Executable file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/** @var yii\web\View $this */
|
||||
/** @var common\models\User $user */
|
||||
|
||||
$resetLink = Yii::$app->urlManager->createAbsoluteUrl(['site/reset-password', 'token' => $user->password_reset_token]);
|
||||
?>
|
||||
Hello <?= $user->username ?>,
|
||||
|
||||
Follow the link below to reset your password:
|
||||
|
||||
<?= $resetLink ?>
|
Reference in New Issue
Block a user