= Html::encode($this->title) ?>
Введите новый пароль:
'reset-password-form' ]); ?>
= $form->field($model, 'password')
->passwordInput([ 'autofocus' => true ])
->label('Новый пароль') ?>
= Html::submitButton('Сохранить', [ 'class' => 'btn btn-primary' ]) ?>