Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
Starting with Symfony 2.8, we can easily throw anAuthenticationException in the Security subsystem with a custom error message thanks to the newCustomUserMessageAuthenticationException (seesymfony/symfony#15882).
It must be made clear that the message configured here is likely to be shown to the user, so no sensitive information should be included in this message.