[feladat @ 113]
authorrejo
Sat, 05 Jan 2008 21:45:44 +0000
changeset 66 9e9876afefcc
parent 65 ce1c4d5e1576
child 67 2f8c29fc5e2e
[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.
users.php
--- 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>