= Yii::t('user', 'A new password has been generated for your account on {app}.', ['app' => Html::encode(Yii::$app->name)]) ?>
= Yii::t('user', 'Your new password is:') ?> = Html::encode($password) ?>
= Yii::t('user', 'We recommend changing your password after logging in.') ?>
= Yii::t('user', 'If you did not request a new password, please contact the administrator immediately.') ?>