PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

Exception events not fired #116

Closed mcbuckets closed 7 years ago

mcbuckets commented 7 years ago

Does anyone have or had issue with exceptions rendering as html on /login page with FOSUserBundle. For example, Bad credentials error is displayed as html alongside login form with response 200. From Debug toolbar it seems that kernel exception events are not being fired and login page returns html exception.

garak commented 7 years ago

This is not related to this bundle, but to Symfony authentication system. The exception is fired, but is caught.