change password
This commit is contained in:
@ -16,7 +16,7 @@ use yii\widgets\ActiveForm;
|
||||
|
||||
<?= $form->field($model, 'login')->textInput(['maxlength' => true]) ?>
|
||||
|
||||
<?= $form->field($model, 'password')->passwordInput(['maxlength' => true]) ?>
|
||||
<?= $form->field($model, 'password')->textInput(['maxlength' => true]) ?>
|
||||
|
||||
<?= $form->field($model, 'link')->textInput(['maxlength' => true]) ?>
|
||||
|
||||
|
Reference in New Issue
Block a user