[feladat @ 113]
Password field in users.php is now set to type 'password' instead of 'text'. When typing password '*' are shown instead of the password.
--- a/users.php Sat Jan 05 16:25:49 2008 +0000
+++ b/users.php Sat Jan 05 21:45:44 2008 +0000
@@ -128,7 +128,7 @@
</tr>
<tr>
<td class="n"><? echo _('Password'); ?>:</td>
- <td class="n"><input type="text" class="input" NAME="password" VALUE="<? if ($error) print $_POST["password"]; ?>"></td>
+ <td class="n"><input type="password" class="input" NAME="password" VALUE="<? if ($error) print $_POST["password"]; ?>"></td>
</tr>
<tr>
<td class="n"><? echo _('E-mail'); ?>:</td>