gminaker / databases

0 stars 0 forks source link

Login Implementation #8

Closed gminaker closed 9 years ago

gminaker commented 9 years ago

As a user, I should be able to register if I don't already have an account, or enter my username and password to gain full access to the site.

gminaker commented 9 years ago

First implementation completed.

thpierce commented 9 years ago

If empty value, return a different error message.

If user and no/wrong pass, different error message

thpierce commented 9 years ago

Fixed