Login with a wrong username leads to 404 due to invalid redirect
When i try to login with a nonexisting username i get redirected to a login url that does not seem to exist leading to a route error and 404 in production.
This is due to the set_locale redirect turning a POST request into a GET request (for which no url exists).
Edited by azul