Vladimir Pudluzhnyy

Results 1 issues of Vladimir Pudluzhnyy

I use FOSUserBundle master version. config FosUserBundle: ``` YAML security: always_authenticate_before_granting: true ``` Access denied after change the ROLE: ``` PHP /** * @Security("has_role('ROLE_USER')") */ public function indexAction() { }...

Bug