Skip to content

Commit d39cc53

Browse files
committed
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
2 parents 538c603 + 9f2f0f1 commit d39cc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Creating a custom Password Encoder
197197
There are many built-in password encoders. But if you need to create your
198198
own, it needs to follow these rules:
199199

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`;
201201

202202
#. The implementations of
203203
:method:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface::encodePassword`

0 commit comments

Comments
 (0)