mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Merge branch 'master' of github.com:yiisoft/yii2
This commit is contained in:
@@ -6,7 +6,7 @@ use yii\helpers\Html;
|
||||
* @var common\models\User $user;
|
||||
*/
|
||||
|
||||
$resetLink = Yii::$app->urlManager->createAbsoluteUrl('site/resetPassword', array('token' => $user->password_reset_token));
|
||||
$resetLink = Yii::$app->urlManager->createAbsoluteUrl('site/reset-password', array('token' => $user->password_reset_token));
|
||||
?>
|
||||
|
||||
Hello <?php echo Html::encode($user->username)?>,
|
||||
|
||||
Reference in New Issue
Block a user