You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose we need to leverage LogoutUrlGenerator::getLogoutPath() in that spot too, which should fix the problem. Could you try this and probably create a PR?
after these changes Use logout_path() helper + add CSRF protection to logout
change password is not working , Invalid CSRF token.
in UserController
return $this->redirectToRoute('security_logout');
The text was updated successfully, but these errors were encountered: