FOSUserBundle icon indicating copy to clipboard operation
FOSUserBundle copied to clipboard

Action Profile Edit

Open HugoMestre opened this issue 11 years ago • 1 comments

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 avatar Feb 05 '14 11:02 HugoMestre

@HugoMestre Have you come up with a solution for this issue? I'm facing the same problem.

R4c00n avatar Jun 04 '18 08:06 R4c00n