Jump to content

[FIXED] 3.6.2 User Password cannot contain &


Tony

Recommended Posts

Currently a user cannot have their password as something like aaaa&bbbb. It stores in the database as aaaa&bbbb however it always fails to login.

 

My best guess is it is sanitizing the password in someway maybe turning & into the html equivalent which when checked in the database will make the passwords not match.

 

Solution needs to be either not allow & in the password (bad solution). Or to not be changing the password of the users input except for when it is to be displayed or used in a context other than $pass=$storedpass.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated