Skip to content

Conversation

paa93
Copy link

@paa93 paa93 commented Jan 26, 2016

Passwords containing symbols like '%' where altered without notifying the user resulting in error messages saying the password is wrong while trying to connect to a MySQL database despite knowing its' right. My guess is that the ajax function automatically encodes/decodes the data in it's post request making a password like: 'abc%123' become: 'abc3' while the php function didn't perform any attempt to restore the original password.

(This is not tested) but it shows the concept and the cause of this issue.

Mr_Moose added 2 commits January 26, 2016 11:14
Allows special symbols like '%' to be passed and not modified without notification
Accepts special symbols like '%' to be passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant