nivram80 / the-nag

A Rails planning application.
http://the-nag-app.herokuapp.com/
0 stars 0 forks source link

Failed login returns to homepage. #24

Closed sumeetjain closed 10 years ago

sumeetjain commented 10 years ago

Failed login returns to homepage, but it doesn't show the login form anymore. I have to click "Sign In" again to try again. I shouldn't have to do that.

danwells commented 10 years ago

That functionality was "by design" in order to give the user the opportunity to sign up or retry the login.

However, you make a good point about user expectation. I will rework that issue, to return the user to the login page after a failed attempt with an additional link to the sign up page.

sumeetjain commented 10 years ago

:+1:

On Thu, Mar 27, 2014 at 6:49 PM, Dan Wells notifications@github.com wrote:

That functionality was "by design" in order to give the user the opportunity to sign up or retry the login.

However, you make a good point about user expectation. I will rework that issue, to return the user to the login page after a failed attempt with an additional link to the sign up page.

Reply to this email directly or view it on GitHubhttps://github.com/nivram80/the-nag/issues/24#issuecomment-38875198 .

danwells commented 10 years ago

Fix implemented