Hi there,
I am looking to implement a password recovery feature so users on my
site can request a password when they forget theirs…
My passwords are one way encrypted, using a sha1 hexdigest so
currently users would only see a garbled string which is not their
password.
So - are there any tutorials that cover this as a walkthrough, so I
can learn as I go?
I’ve tried google, but there’s so many suggestions, it’s knowing which
is the best etc… Also couldn’t see anything that covered that on
Railscasts.com
Any ideas?
Many Thanks
On Tue, 2010-02-23 at 09:58 -0800, RubyonRails_newbie wrote:
can learn as I go?
I’ve tried google, but there’s so many suggestions, it’s knowing which
is the best etc… Also couldn’t see anything that covered that on
Railscasts.com
Any ideas?
use authlogic - that type of procedure is already built in.
If you don’t want to use it, study it.
Craig
–
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Craig W. wrote:
Refer to my reply to the duplicate posting here:
http://www.ruby-forum.com/topic/204774