[webui] Fix tests and update redirect after failed login attempts
* Add test for failed logins. * Update and rename test for login form. * Redirect after failed logins instead of using render. Since do_login action was called via POST rendering a view here lead to the wrong impression that /user/do_login is a valid path for a GET request. Doing a redirect prevents this from happening.
Please register or sign in to comment