Jump to content

Password field output is in lower case


Tonax

Recommended Posts

I'm working on a membership script and my password field is converting uppercase chars into lowercase. Never had this problem occur before...

[code]<table width="90%" border="0" cellspacing="1" cellpadding="0">
  <tr>
    <td valign="top"><form enctype="multipart/form-data" name="login" method="post" action="http://www.tonax.net/members/login.php">
        <input name="user" type="text" id="user" class="forms" value="username" size="10"></td>
<td valign="top" align="center">
  <input type="checkbox" name="cookies" value="cookies"><label><font size="-2">remember me</font></label>
  </td>
  </tr>
  <tr>
    <td>
<input name="pass" type="password" class="forms" size="10"></td>
<td align="center"><input type="image" name="Submit" src="http://tonax.net/images/go.gif"></td></tr>
</table></form>[/code]
Link to comment
https://forums.phpfreaks.com/topic/23484-password-field-output-is-in-lower-case/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.