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

[Security][Authentication] Fix instructions for creating password encoders #3600

Merged
merged 1 commit into from
Mar 8, 2014
Merged

[Security][Authentication] Fix instructions for creating password encoders #3600

merged 1 commit into from
Mar 8, 2014

Conversation

bicpi
Copy link
Contributor

@bicpi bicpi commented Feb 23, 2014

Q A
Doc fix? yes
New docs? no
Applies to 2.3+
Fixed tickets -

Please correct me if I am wrong, but it seems that the code has changed after #3003. There is no BasePasswordEncoder::checkPasswordLength() method. Same seems to apply to 2.4. Maybe the implementation was changed to make it bc?

@weaverryan
Copy link
Member

Very very nice catch - it looks like the implementation was changed after we made our change (and I think changed outside of a normal PR) - see ssymfony/symfony@67d4a8f8af2bf2f840576423a9a7f9fae24b2d84. So great work on this!

weaverryan added a commit that referenced this pull request Mar 8, 2014
…ssword encoders (bicpi)

This PR was merged into the 2.3 branch.

Discussion
----------

[Security][Authentication] Fix instructions for creating password encoders

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3+
| Fixed tickets | -

Please correct me if I am wrong, but it seems that the code has changed after #3003. There is no `BasePasswordEncoder::checkPasswordLength()` method. Same seems to apply to 2.4. Maybe the implementation was changed to make it bc?

Commits
-------

e95c1f5 [Security][Authentication] Fix instructions for creating custom password encoders
@weaverryan weaverryan merged commit e95c1f5 into symfony:2.3 Mar 8, 2014
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