I have simple login/register app written in symfony2. I am using db encoder for checking user/password combination. And that part is working great.
I have a problem during login. I do not understand login_check path? Where is controller for that?
I need to catch plain password during user login so I can pass that username and plain password to php xmpp namespace which will check user/pass at openfire server.
Please tell me if I have wrong approach for this. I really need some guidance.
Please advise.