Skip to content

[Security] Numeric passwords comparing bugfix 2 #225

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

Merged
1 commit merged into from
Mar 10, 2011
Merged

[Security] Numeric passwords comparing bugfix 2 #225

1 commit merged into from
Mar 10, 2011

Conversation

petrjaros
Copy link
Contributor

Method BasePasswordEncoder::comparePassword haven't been working for numeric (plaintype) passwords properly because inserted password was converted into integer type a and compared with stored password as a string type. Bugfix changes data type of passwords into string before comparing.
This pull request replace earlier pull request

… BasePasswordEncoder::comparePasswords haven't been working properly for numeric (plaintype) passwords.
@schmittjoh
Copy link
Contributor

Merged. Will appear in master as part of #198

jderusse pushed a commit to jderusse/symfony that referenced this pull request Mar 30, 2020
add simplesamlphp/simplesamlphp SSPSA 201709-01
chalasr pushed a commit to chalasr/symfony that referenced this pull request Sep 24, 2020
This pull request was closed.
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.

2 participants