AndyG
03-01-2006, 07:24 AM
Hi,
Hope someone can help. This is probably a really simple problem but I can't figure it out.
When I templated my oscommerce store, I somehow changed something in the password field on login.php and register.php where it would show the password in cleartext when it was typed in, instead of ***** it out.
I resolved the issue by putting <input type="password" in that field, like this...
<TR>
<TD CLASS="main"><B><?php echo ENTRY_PASSWORD; ?></B></TD>
<TD CLASS="main"><input type="password" <?php echo tep_draw_password_field('password'); ?></TD>
</TR>
This works in IE but not Firefox, in firefox it shows two input fields for the password and only one is **** out.
Hopefully there's a php/html expert out there that can point me in the right direction.
Thanks.
Andy.
Hope someone can help. This is probably a really simple problem but I can't figure it out.
When I templated my oscommerce store, I somehow changed something in the password field on login.php and register.php where it would show the password in cleartext when it was typed in, instead of ***** it out.
I resolved the issue by putting <input type="password" in that field, like this...
<TR>
<TD CLASS="main"><B><?php echo ENTRY_PASSWORD; ?></B></TD>
<TD CLASS="main"><input type="password" <?php echo tep_draw_password_field('password'); ?></TD>
</TR>
This works in IE but not Firefox, in firefox it shows two input fields for the password and only one is **** out.
Hopefully there's a php/html expert out there that can point me in the right direction.
Thanks.
Andy.
