change password field to use type="password"
This commit is contained in:
parent
e6de8a1d20
commit
2c0426d1a4
@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="nntpchan_nntp_passwd">password:</lable>
|
<label for="nntpchan_nntp_passwd">password:</lable>
|
||||||
<input id="nntpchan_nntp_passwd" />
|
<input type="password" id="nntpchan_nntp_passwd" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button onclick="nntpchan_admin_nntp('nntp.login.add')">add user</button>
|
<button onclick="nntpchan_admin_nntp('nntp.login.add')">add user</button>
|
||||||
|
Reference in New Issue
Block a user