aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/admin/html/user/form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php
index a260ee0..3da96d2 100644
--- a/template/admin/html/user/form.php
+++ b/template/admin/html/user/form.php
@@ -17,7 +17,7 @@
<div class="flex-item">
<div class="form-icon-flex"><i class="fa fa-key"></i></div>
<div class="form-label-flex"><label for="form_password"><?=$Language->template('label_password')?></label></div>
- <div class="form-field-flex"><input id="form_password" name="password" placeholder="[NO CHANGE]" value="<?=escapeHTML($FORM['DATA']['PASSWORD'])?>" type="password" /></div>
+ <div class="form-field-flex"><input id="form_password" name="password" placeholder="[NO CHANGE]" type="password" /></div>
</div>
</div>
<div class="flex flex-responsive">