You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #4744 [Book][Security] Update code example to fit description (xelaris)
This PR was merged into the 2.6 branch.
Discussion
----------
[Book][Security] Update code example to fit description
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | >=2.6
| Fixed tickets |
The text mentions an `$encoder` object, which wasn't created in the code example.
In addition, I think the paragraph
> The ``$encoder`` object also has an ``isPasswordValid`` method, which takes
> the ``User`` object as the first argument and the plain password to check
> as the second argument.
is also applicable to the 2.3 version (https://github.com/symfony/symfony-docs/blob/2.3/book/security.rst#dynamically-encoding-a-password), where the code example already provides an `$encoder` variable. Should I add it there?
Commits
-------
bd34c6b Update code example to fit description
0 commit comments