rubenvanassche / Programming-Project-Databases

A World championship statistics website
coachcenter.be
GNU General Public License v3.0
1 stars 1 forks source link

Login always in modal #68

Closed JakobStruye closed 10 years ago

JakobStruye commented 10 years ago

If something goes wrong during login, it doesn't stay in the modal but loads an entire new login page. This should stay in the modal, just like with bets. As I already implemented this for bets, I'll do it for login too, unless anyone objects.

JakobStruye commented 10 years ago

4cbbeb35656051aa3d0b9479680b360db80d9cc5: The login now stays in a modal whatever happens. You also stay on the same page after successfully logging in.

Logout message also shows in modal now and you get redirected to the previous page. Not sure what happens when you're on a user-only page, as all those either still crash or don't show the logout button... Should be tested before closing this issue!

JakobStruye commented 10 years ago

Possible problem mentioned in previous post will be addressed in issue 78