Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Goldengrahams opened this issue Apr 10, 2017 · 0 comments
Labels

Comments

@Goldengrahams
Copy link

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?

@garak garak added the question label Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants