NoSprawl / Dashboard

NoSprawl Web Application
0 stars 0 forks source link

Login form doesn't report errors to the user #1

Open mkeen opened 9 years ago

mkeen commented 9 years ago

Try to sign up at /register with a blank form to see the expected behavior

If you try to log in at /login with a blank form and you get redirected to a blank page instead of seeing the form errors

nicdev commented 9 years ago

I think the issue is that the CC area has front end validation, while the rest of the form doesn't. I'll add FE validation to it, and also test that BE validation works as well.