# HG changeset patch # User rejo # Date 1206650442 0 # Node ID f6d414c0ce89bdde6793f0ff973d098f36d51a57 # Parent 9eb37dbe5388e41b993db24f687a41678937c498 [feladat @ 202] Changed field type for password entry field in 'add user' window from text to password. Now password is no longer shown in plain tekst. diff -r 9eb37dbe5388 -r f6d414c0ce89 add_user.php --- a/add_user.php Thu Mar 27 20:38:03 2008 +0000 +++ b/add_user.php Thu Mar 27 20:40:42 2008 +0000 @@ -43,7 +43,7 @@ echo " \n"; echo " \n"; echo " " . _('Password') . "\n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " " . _('Email') . "\n";