hello everyone
i want know is there is a way to use sfGuard for my own user model and benefit from all sfguard options . i used it for the backend application and it works fine , but i want use it for the frontend application with my own login form.
i tied it but the problem is that when a user is authenticated in the frontend application he can accesss to the backened cos in my login action i used $this->getUser()->setAuthenticated(true);
i hope i'm clear enough , thx for help
