class UserChecker implements UserCheckerInterface
UserChecker checks the user account flags.
Methods
checkPreAuth(UserInterface $user) Checks the user account before authentication. | ||
checkPostAuth(UserInterface $user) Checks the user account after authentication. |
Details
checkPreAuth(UserInterface $user)
Checks the user account before authentication.
checkPostAuth(UserInterface $user)
Checks the user account after authentication.
Please login to continue.