users.php
changeset 66 9e9876afefcc
parent 60 6ffacb626294
child 69 025700cc92cd
--- 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>