10000 Wrong URL in cookbook/security/user_checkers.rst · symfony/symfony-docs@73a574f · GitHub
[go: up one dir, main page]

Skip to content

Commit 73a574f

Browse files
committed
Wrong URL in cookbook/security/user_checkers.rst
1 parent 1f4113f commit 73a574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/user_checkers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Creating a Custom User Checker
1212
------------------------------
1313

1414
User checkers are classes that must implement the
15-
:class:`Symfony\\Component\\Security\\Core\\UserCheckerInterface`. This interface
15+
:class:`Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface`. This interface
1616
defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to
1717
perform checks before and after user authentication. If one or more conditions
1818
are not met, an exception should be thrown which extends the

0 commit comments

Comments
 (0)
0