Archived
1
0

change password field to use type="password"

This commit is contained in:
jeff 2016-01-12 15:14:24 -05:00
parent e6de8a1d20
commit 2c0426d1a4

View File

@ -47,7 +47,7 @@
</div>
<div>
<label for="nntpchan_nntp_passwd">password:</lable>
<input id="nntpchan_nntp_passwd" />
<input type="password" id="nntpchan_nntp_passwd" />
</div>
<div>
<button onclick="nntpchan_admin_nntp('nntp.login.add')">add user</button>