FOSUserBundle
FOSUserBundle copied to clipboard
Action Profile Edit
I have an issue with this action. Which is this, when you submit any username and email with a wrong password the object returned by $this->container->get('security.context')->getToken()->getUser(), which normally returns the logged in user data, in this case returns the username and the email that was inserted in the edit form, though the password were wrong and the action wasn't successfull.
@HugoMestre Have you come up with a solution for this issue? I'm facing the same problem.