PUGX / PUGXMultiUserBundle

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

Can't override FOSUserBundle Registration controller when using PUGXMultiUserBundle #143

Open Goldengrahams opened 7 years ago

Goldengrahams commented 7 years ago

During registration, I have to check the result of an unmapped field after submitting the form and update the user accordingly. It works fine when I add the code in FOS\UserBundle\Controller\RegistrationController but not when I put it in my own controller that I created to override FOSUserBundle's controller (the controller worked fine before I started using PUGXMultiUserBundle)

Is there any way to override the controller when using this bundle?