Whoops, forgot to make the password fields password fields v1.6.3
authorChip Black <bytex64@bytex64.net>
Thu, 19 Jan 2012 08:28:49 +0000 (02:28 -0600)
committerChip Black <bytex64@bytex64.net>
Thu, 19 Jan 2012 08:28:49 +0000 (02:28 -0600)
www/index.html

index d99212b..c6dcec4 100644 (file)
   <div id="passwd" style="display:none">
     <h2>Change Your Password</h2>
     <table>
-      <tr><td>Old Password:</td><td><input type="text" id="passwd.old_password" width="40"></td></tr>
-      <tr><td>New Password:</td><td><input type="text" id="passwd.new_password" width="40"></td></tr>
+      <tr><td>Old Password:</td><td><input type="password" id="passwd.old_password" width="40"></td></tr>
+      <tr><td>New Password:</td><td><input type="password" id="passwd.new_password" width="40"></td></tr>
     </table>
     <button onclick="passwd()">Change</button> <button onclick="passwd_cancel()">Cancel</button>
   </div>