Skip to content

Commit 946beec

Browse files
author
Till Brehm
committed
Fixed: #3898 Password is shown in plaintext when creating new Database User
1 parent 30aae44 commit 946beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/database_user_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
3434
<label for="database_password" class="col-sm-3 control-label">{tmpl_var name='database_password_txt'}</label>
3535
<div class="col-sm-9">
3636
<div class="input-group">
37-
<input type="database_password" name="database_password" id="database_password" value="{tmpl_var name='database_password'}" class="form-control" autocomplete="off" onkeyup="pass_check(this.value);checkPassMatch('database_password','repeat_password');" />
37+
<input type="password" name="database_password" id="database_password" value="{tmpl_var name='database_password'}" class="form-control" autocomplete="off" onkeyup="pass_check(this.value);checkPassMatch('database_password','repeat_password');" />
3838
<span class="input-group-btn">
3939
<button class="btn btn-default" type="button" onclick="generatePassword('database_password','repeat_password');">{tmpl_var name='generate_password_txt'}</button>
4040
</span>

0 commit comments

Comments
 (0)