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
Tweaked the handling of error message in the login page
The template now receives the AuthenticationException instead of only
its message key, allowing to support translation parameters.
Other exceptions are not rendered anymore (it should not happen anyway
as the Security system always use an AuthenticationException to fill the
attribute).
0 commit comments