antirez / lamernews

Lamer News -- an HN style social news site written in Ruby/Sinatra/Redis/JQuery
http://lamernews.com
Other
1.35k stars 200 forks source link

Forgot password feature #72

Closed mcginleyr1 closed 11 years ago

mcginleyr1 commented 13 years ago

Forgot my password (used weird one) no way to reset.

antirez commented 13 years ago

Hi, this will be non trivial as this will require that you:

1) Set an email. 2) That we have a way to deliver this email in a reliable way.

We can do that for sure as an optional if some service to send the email is specified in the config maybe?

mcginleyr1 commented 13 years ago

I'd say if they haven't set the email they are out of luck. And you just use a send out from a qmail or postfix server and not worry about it. With and expiring url

antirez commented 13 years ago

makes sense actually as a first step, feature approved.

anydot commented 13 years ago

It would probable make sense ase precondition for this to verify email during account creation

fcambus commented 11 years ago

Password recovery has been added in this commit : https://github.com/antirez/lamernews/commit/e6d5f3b78dd5d2932ad606ced6655624d146bc52