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">