Skip to content

Commit 53489f1

Browse files
author
Igor Chepurnoy
committed
Update _form.php
1 parent c1fc40d commit 53489f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/admin/views/user/_form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<?php echo $form->field($model, 'status')->dropDownList(UserStatus::listData()); ?>
2323

24-
<?php echo $form->field($model, 'password')->passwordInput(['value' => '']) ?>
24+
<?php echo $form->field($model, 'password')->passwordInput(['value' => ''])->hint('If this field is left blank, the password will not be updated.') ?>
2525
</div>
2626
</div>
2727

0 commit comments

Comments
 (0)