Skip to content
Commit b9c14ed9 authored by Björn Geuken's avatar Björn Geuken
Browse files

[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.
parent 533d6fdc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment