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
Optional sending emails about forgot password for non registered used
- added the option `forgot_password.send_email_for_not_registered_users`
- the exception `PasswordRequestCreationException` is thrown if the option is disabled and a user is not registered
Forgot password: don't log error if a user is not registered
- updated package `68publishers/doctrine-persistence`
- added Transaction badge `NonLoggableErrorBadge` when an user is not registered and an exception `PasswordRequestCreationException` thrown in `PasswordRequestFactory`