nordsoftware/yii2-account

View on GitHub
src/views/mail/resetPassword.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/*
 * This file is part of Account.
 *
 * (c) 2014 Nord Software
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

use nord\yii\account\Module;
use yii\helpers\Html;

/* @var $this yii\web\View */
/* @var $actionUrl string */
?>
<?= Module::t('email', 'You have requested to reset your password'); ?><br><br>
<?= Module::t('email', 'Please click the link below to reset the password for your account:'); ?><br>
<?= Html::a($actionUrl, $actionUrl); ?>