Skip to content

Commit c213c38

Browse files
author
karailiev
committed
setting database password field type to 'password'
1 parent 7d78160 commit c213c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/database_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
3434
</span>
3535
<span class="wf_oneField">
3636
<label for="database_password" class="wf_preField">{tmpl_var name='database_password_txt'}</label>
37-
<input type="text" id="database_password" name="database_password" value="{tmpl_var name='database_password'}" size="30" maxlength="255" class="wf_required"><span class="wf_reqMark">*</span><br>
37+
<input type="password" id="database_password" name="database_password" value="{tmpl_var name='database_password'}" size="30" maxlength="255" class="wf_required"><span class="wf_reqMark">*</span><br>
3838
</span>
3939
<span class="wf_oneField">
4040
<label for="database_charset" class="wf_preField">{tmpl_var name='database_charset_txt'}</label>

0 commit comments

Comments
 (0)