Use password input field for password in manage/makekey
This commit is contained in:
parent
c3e422c8ec
commit
23c6c02b5c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ file.</p>
|
||||||
<font color="red"><% param.msg %></font>
|
<font color="red"><% param.msg %></font>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<input class="formEl" name="username" size="25" value="<% param.username %>"> (username)<br>
|
<input class="formEl" name="username" size="25" value="<% param.username %>"> (username)<br>
|
||||||
<input class="formEl" name="password" size="25"> (password)<br>
|
<input class="formEl" type="password" name="password" size="25"> (password)<br>
|
||||||
<input class="formEl" type="submit" value="md5 encode"><br>
|
<input class="formEl" type="submit" value="md5 encode"><br>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue