Skip to content

Commit 9f2f0f1

Browse files
zairigimadjaviereguiluz
authored andcommitted
Update authentication.rst
1 parent 538c603 commit 9f2f0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
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)