10000
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.
1 parent 1f4113f commit 73a574fCopy full SHA for 73a574f
cookbook/security/user_checkers.rst
@@ -12,7 +12,7 @@ Creating a Custom User Checker
12
------------------------------
13
14
User checkers are classes that must implement the
15
-:class:`Symfony\\Component\\Security\\Core\\UserCheckerInterface`. This interface
+:class:`Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface`. This interface
16
defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to
17
perform checks before and after user authentication. If one or more conditions
18
are not met, an exception should be thrown which extends the
0 commit comments