[feladat @ 203]
authorrejo
Thu, 27 Mar 2008 20:42:50 +0000
changeset 103 17908bb62723
parent 102 f6d414c0ce89
child 104 7fef233c99df
[feladat @ 203] Changed field type for password entry field in 'edit user' window from text to password. Now password is no longer shown in plain tekst.
edit_user.php
--- a/edit_user.php	Thu Mar 27 20:40:42 2008 +0000
+++ b/edit_user.php	Thu Mar 27 20:42:50 2008 +0000
@@ -108,7 +108,7 @@
 		echo "       </tr>\n";
 		echo "       <tr>\n";
 		echo "        <td class=\"n\">" . _('Password') . "</td>\n";
-		echo "        <td class=\"n\"><input type=\"text\" class=\"input\" name=\"password\"></td>\n";
+		echo "        <td class=\"n\"><input type=\"password\" class=\"input\" name=\"password\"></td>\n";
 		echo "       </tr>\n";
 		echo "       <tr>\n";
 		echo "        <td class=\"n\">" . _('Email') . "</td>\n";