Skip to content

Commit fe6df5e

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Custom User Checker, AuthenticationException is allowed
2 parents 40c078a + 44dc8da commit fe6df5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security/user_checkers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ User checkers are classes that must implement the
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
19-
:class:`Symfony\\Component\\Security\\Core\\Exception\\AccountStatusException`::
19+
:class:`Symfony\\Component\\Security\\Core\\Exception\\AccountStatusException`
20+
or :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException`::
2021

2122
namespace App\Security;
2223

0 commit comments

Comments
 (0)