We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fc40d commit 53489f1Copy full SHA for 53489f1
modules/admin/views/user/_form.php
@@ -21,7 +21,7 @@
21
22
<?php echo $form->field($model, 'status')->dropDownList(UserStatus::listData()); ?>
23
24
- <?php echo $form->field($model, 'password')->passwordInput(['value' => '']) ?>
+ <?php echo $form->field($model, 'password')->passwordInput(['value' => ''])->hint('If this field is left blank, the password will not be updated.') ?>
25
</div>
26
27
0 commit comments