Users normally login using an ajax form, but if they try to do an action that requires logging in, like adding an issue, they are redirected to a login page. That login page uses a post method to complete login.
On the login page, if incorrect credentials are used, no error message is printed. The user just sees the blank form again.
Users normally login using an ajax form, but if they try to do an action that requires logging in, like adding an issue, they are redirected to a login page. That login page uses a post method to complete login.
On the login page, if incorrect credentials are used, no error message is printed. The user just sees the blank form again.