commit:e0dd0caf04de4ee0b35c70fb5ef96e29f3c2f7ae
author:Chip Black
committer:Chip Black
date:Thu Jan 19 02:28:49 2012 -0600
parents:993eed26085de3e6467221c442499fb5bc81e0ae
Whoops, forgot to make the password fields password fields
diff --git a/www/index.html b/www/index.html
line changes: +2/-2
index d99212b..c6dcec4
--- a/www/index.html
+++ b/www/index.html
@@ -144,8 +144,8 @@
   <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>