title = Yii::t('user', 'Forgot Password'); $this->params['breadcrumbs'][] = $this->title; ?>
= Yii::t('user', 'Enter your email address and we will send you a link to reset your password.') ?>
'recovery-form', ]); ?> = $form->field($model, 'email') ->textInput(['autofocus' => true, 'placeholder' => Yii::t('user', 'Email')]) ->label(false) ?>= Html::a(Yii::t('user', 'Back to login'), ['/user/security/login']) ?>