enewe101 / digidemo

digital democracy engine
1 stars 0 forks source link

Bug: non ajax login doesn't print error messages #55

Closed enewe101 closed 9 years ago

enewe101 commented 9 years ago

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.