You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/user_checkers.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ User checkers are classes that must implement the
16
16
defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to
17
17
perform checks before and after user authentication. If one or more conditions
18
18
are not met, an exception should be thrown which extends the
19
-
:class:`Symfony\\Component\\Security\\Core\\Exception\\AccountStatusException`: or :class:`Symfony\Component\Security\Core\Exception\AuthenticationException`::
19
+
:class:`Symfony\\Component\\Security\\Core\\Exception\\AccountStatusException`: or :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException`::
0 commit comments