8000 Minor tweak · githubfromgui/symfony-docs@ebbd092 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

< 8000 /qbsearch-input>
Appearance settings

Commit ebbd092

Browse files
committed
Minor tweak
1 parent d39cc53 commit ebbd092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/security/authentication.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ 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`; or extend :class:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder`;
200+
#. The class must implement :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`
201+
(you can also extend :class:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder`);
201202

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

0 commit comments

Comments
 (0)
0