ddsnowboard / FantasyStocks

A website where you play a game of fantasy stocks.
http://fantasystocks.herokuapp.com
Apache License 2.0
0 stars 1 forks source link

Improve Login Box #16

Closed ddsnowboard closed 8 years ago

ddsnowboard commented 9 years ago

To quote the spec:

If you put in the wrong username or password, it will kick you back to the login page with an angry red message and the username pre-populated with whatever you put in if and only if that username already exists. If it doesn't exist, it will say that no username exists and give you a set of empty boxes. (emphasis mine)

This is not what it does now. I should probably fix that. But it's not important enough to be in the 1.0 release.

Beside the submit button, somewhere in that box, there will be a "Forgot password" link.

This is also missing. Include that. Note: There really isn't any really nice functionality in Django for this, so I'll have to do a lot of my own stunts. This could take awhile. This might even be an Official 1.0 feature, which is quite a ways off.

ddsnowboard commented 8 years ago

Oops. That was a typo. I meant #18.

ddsnowboard commented 8 years ago

Did part 1 in c2234219f2cdec437076f6a36ff9a07671fa2489. See that commit for more info.

ddsnowboard commented 8 years ago

Add unit test in 5224ff2. I'm pretty sure it should be bulletproof now. I think that the test pretty much covers everything. I'm going to merge and close momentarily.