pjam

Results 5 comments of pjam

@fcpauldiaz I'm having the same problem, have you fixed this? Even before using this plugin.

Thanks for your fast reply. I was having this issue even without using the bundle. Your collection is now working? Did you change anything else besides removing the bundle?

Nevermind, I got it to work now. I have my form in an included twig file... it turns out I had to set the form theme in that same file....

I use a listener for the CHANGE_PASSWORD_SUCCESS event setting the response with a RedirectResponse for the profile route. I found out that the flashes get lost after `$result = $this->controller->editAction($this->getRequest());`...

But if you try to login with username, it works, right? In my app, I allow logging in only with email, there is no username. What I did was override...