KevinWorkman / StaticVoidGames

http://StaticVoidGames.com
GNU General Public License v3.0
5 stars 7 forks source link

Forgot Password #5

Closed KevinWorkman closed 9 years ago

KevinWorkman commented 9 years ago

Users have no way to recover their password if they forgot it.

I'm keeping this separate from the "change password" issue because this one is a little more involved. It might require (programatically) emailing the user a way to reset their password? Or a new default password? That second one seems easier to implement, but has a pretty bad smell. Not sure what the correct way to do this is.

KevinWorkman commented 9 years ago

This feature has been implemented.