You must configure the check path to be handled by the firewall using form_login in your security firewall configuration
问题 i have webservice which is provider for my "regular" users. I want to use FosUserBundle for my administrators. Above is my security configuration. regular users login works with no problem, but when i want to login as admin i got this message: "You must configure the check path to be handled by the firewall using form_login in your security firewall configuration. " Here is my security configuration: security: encoders: Locastic\CustomUserBundle\Security\User\User: plaintext FOS\UserBundle