Menu

#16 Change HTML tag for Login password for security.

open
nobody
5
2003-08-29
2003-08-29
Anonymous
No

For best security change html tag in connect.aspx from
<input type="text" id="PWD" class="InputStyle"
runat="server">

to
<input type="password" id="PWD" class="InputStyle"
runat="server">

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.