Skip to content

Commit dbdd4d5

Browse files
Update passwordResetRequestForm.php
1 parent d3299e8 commit dbdd4d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/views/user/passwordResetRequestForm.php

+12
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,15 @@
77
$this->title = Module::t('Reset password');
88
$this->params['breadcrumbs'][] = $this->title;
99
?>
10+
11+
<?php $form = ActiveForm::begin([]);?>
12+
<?= $form->field($model, 'username')->textInput(['autofocus' => true]) ?>
13+
14+
<?= $form->field($model, 'email')->textInput() ?>
15+
16+
<div class="form-group">
17+
<div class="col-lg-12">
18+
<?= Html::submitButton('Отправить', ['class' => 'login-button']) ?>
19+
</div>
20+
</div>
21+
<?php ActiveForm::end(); ?>

0 commit comments

Comments
 (0)