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
minor symfony#13834 Update authentication.rst (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead.
Discussion
----------
Update authentication.rst
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
9f2f0f1 Update authentication.rst
Copy file name to clipboardExpand all lines: components/security/authentication.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ Creating a custom Password Encoder
197
197
There are many built-in password encoders. But if you need to create your
198
198
own, it needs to follow these rules:
199
199
200
-
#. The class must implement :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`;
200
+
#. The class must implement :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`; or extend :class:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder`;
0 commit comments