b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/common/mail/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/common/mail/passwordResetToken-text.php

<?php

/* @var $this yii\web\View */
/* @var $user common\models\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 ?>

Copyright © 2019 by b0y-101