new_password.php 582 B

12345678910111213141516171819202122
  1. <?php
  2. /*
  3. * This file is part of the Dektrium project.
  4. *
  5. * (c) Dektrium project <http://github.com/dektrium>
  6. *
  7. * For the full copyright and license information, please view the LICENSE.md
  8. * file that was distributed with this source code.
  9. */
  10. /**
  11. * @var dektrium\user\models\User
  12. */
  13. ?>
  14. <?= Yii::t('user', 'Hello') ?>,
  15. <?= Yii::t('user', 'Your account on {0} has a new password', Yii::$app->name) ?>.
  16. <?= Yii::t('user', 'We have generated a password for you') ?>:
  17. <?= $user->password ?>
  18. <?= Yii::t('user', 'If you did not make this request you can ignore this email') ?>.