From 73a574f979c2a5d5487fdf1acc984f90ad3d555b Mon Sep 17 00:00:00 2001 From: Gilles Taupenas Date: Fri, 19 Feb 2016 16:40:13 +0100 Subject: [PATCH] Wrong URL in cookbook/security/user_checkers.rst --- cookbook/security/user_checkers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/user_checkers.rst b/cookbook/security/user_checkers.rst index da280962989..4dcd2f1b4d9 100644 --- a/cookbook/security/user_checkers.rst +++ b/cookbook/security/user_checkers.rst @@ -12,7 +12,7 @@ Creating a Custom User Checker ------------------------------ User checkers are classes that must implement the -:class:`Symfony\\Component\\Security\\Core\\UserCheckerInterface`. This interface +:class:`Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface`. This interface defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to perform checks before and after user authentication. If one or more conditions are not met, an exception should be thrown which extends the