Expected Behavior
When using the default login page in WebFluxSecurity and a login error occurs for various reasons (such as incorrect password or locked account and etc...), localized error messages can be displayed.
Current Behavior
When using the default login page in WebFluxSecurity, the login error message is hard-coded, so only "Invalid credentials" is always displayed.
For example, even if a user's account has expired or been locked, only the "Invalid credentials" message will be displayed on the login page.
Context
Comment From: marcusdacoregio
Hi @twosom,
This is a duplicate of https://github.com/spring-projects/spring-security/issues/12945, you can have more details and workaround on that issue.