added views and Authclients
This commit is contained in:
29
lib/User/resources/views/mail/text/reconfirmation.php
Normal file
29
lib/User/resources/views/mail/text/reconfirmation.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Dektrium project.
|
||||
*
|
||||
* (c) Dektrium project <http://github.com/dektrium>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE.md
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @var dektrium\user\models\Token $token
|
||||
*/
|
||||
?>
|
||||
<?= Yii::t('user', 'Hello') ?>,
|
||||
|
||||
<?= Yii::t(
|
||||
'user',
|
||||
'We have received a request to change the email address for your account on {0}',
|
||||
Yii::$app->name
|
||||
) ?>.
|
||||
<?= Yii::t('user', 'In order to complete your request, please click the link below') ?>.
|
||||
|
||||
<?= $token->url ?>
|
||||
|
||||
<?= Yii::t('user', 'If you cannot click the link, please try pasting the text into your browser') ?>.
|
||||
|
||||
<?= Yii::t('user', 'If you did not make this request you can ignore this email') ?>.
|
||||
Reference in New Issue
Block a user