Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Beta] solution to altered passwords during installation #138

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[Beta] solution to altered passwords during installation #138

wants to merge 2 commits into from

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