[Rails] Re: password recovery

2016-02-15 Thread Daceit Ideden
Thanks for your such nice post, guys. Windows Passowrd Key is the tool that I have used to recover Windows password in quickest way. Only in 3 simple steps, you can enter locked computer easily. See more at: http://www.lostwindowspassword.com -- Posted via http://www.ruby-forum.com/. -- You

[Rails] Re: password recovery

2013-11-18 Thread Yilia W.
You can even reset windows password while forgot it. The tool you need to handle it is a Windows Password Recovery software. The one ever helped me for Windows 8 Password recovery tool is this one: http://windows8password.com/ It is simple to handle with powerful functions. Once you need to reset

[Rails] Re: Password Recovery Feature

2010-07-04 Thread Frederick Cheung
On Jul 4, 2:17 pm, RubyonRails_newbie craigwest...@gmail.com wrote: Hello there, I have an application that allows users to register/login etc. However I have a slight problem in that I cannot reset user's passwords. THis is frustrating to anyone who uses my site as if they forget their

Re: [Rails] Re: password recovery

2010-02-24 Thread Andy Jeffries
2. Give the user temporary (one-time use) password and send them that. Keep track that the password is temporary and make them reset their password immediately after logging in. (This is the safest way I know of to implement password recovery). I would implement this slightly differently.

[Rails] Re: password recovery

2010-02-23 Thread Robert Walker
Craig Westmoreland wrote: My passwords are one way encrypted, using a sha1 hexdigest so currently users would only see a garbled string which is not their password. First to get some semantics out of the way: SHA1 is not an encryption it is a message digest (a.k.a. hash). The whole point if

[Rails] Re: password recovery?

2010-02-23 Thread Robert Walker
Craig Westmoreland wrote: Refer to my reply to the duplicate posting here: http://www.ruby-forum.com/topic/204774 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email