We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e62b565 + ebbd092 commit e7e3405Copy full SHA for e7e3405
components/security/authentication.rst
@@ -197,7 +197,8 @@ Creating a custom Password Encoder
197
There are many built-in password encoders. But if you need to create your
198
own, it needs to follow these rules:
199
200
-#. The class must implement :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`;
+#. The class must implement :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`
201
+ (you can also extend :class:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder`);
202
203
#. The implementations of
204
:method:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface::encodePassword`
0 commit comments