backend change password

This commit is contained in:
akosse
2020-01-23 13:16:54 +03:00
parent 8322d58066
commit dfbcdbae6e
4 changed files with 88 additions and 1 deletions

View File

@ -12,6 +12,9 @@ $this->params['breadcrumbs'][] = 'Редактировать';
?>
<div class="user-card-update">
<?php echo Html::a('Изменить пароль', ['password', 'id' => $model->id], ['class' => 'btn btn-success']);
?>
<?= $this->render('_form', [
'model' => $model,
]) ?>