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
Describe the feature:
Is it possible to add the same logic for invalid form request like in 'registrationAction()' in 'RegistrationController' but for 'ChangePasswordController' and 'ProfileController'?
Create these new FOSUserEvents and logic:
FOSUserEvents::PROFILE_EDIT_FAILURE
FOSUserEvents::CHANGE_PASSWORD_FAILURE
The text was updated successfully, but these errors were encountered:
Symfony FOSUserBundle versions: v2.0.1
Describe the feature:
Is it possible to add the same logic for invalid form request like in 'registrationAction()' in 'RegistrationController' but for 'ChangePasswordController' and 'ProfileController'?
Create these new FOSUserEvents and logic:
The text was updated successfully, but these errors were encountered: