I am developing a web application in symfony2. I have implemented login and logout using basic symfony2 security.
I used the user interface for authentication / authorization.
Now I want to check the condition in the login action if the user is all ready to log in and then redirected to the user panel.
Can anyone suggest me how to do this?
source share