[Rails] Re: Reset password facility

2009-02-15 Thread Shockmeister
Cheers Sazima thats a great help! On Feb 12, 7:25 pm, Sazima rsaz...@gmail.com wrote: Lovd does just that, take a look at: lovdbyless.com http://github.com/stevenbristol/lovd-by-less/tree/master Cheers, Sazima On Feb 11, 7:35 pm, Shockmeister b00020...@student.itb.ie wrote: I have

[Rails] Re: Reset password facility

2009-02-12 Thread Sazima
Lovd does just that, take a look at: lovdbyless.com http://github.com/stevenbristol/lovd-by-less/tree/master Cheers, Sazima On Feb 11, 7:35 pm, Shockmeister b00020...@student.itb.ie wrote: I have used a sha256 hashing algorithm in order to provide some security to my login facility. I now

[Rails] Re: Reset password facility

2009-02-11 Thread Andrew Timberlake
On Wed, Feb 11, 2009 at 11:35 PM, Shockmeister b00020...@student.itb.iewrote: I have used a sha256 hashing algorithm in order to provide some security to my login facility. I now want to create a facility whereby, if the user forgets their password, they are emailed a temporary password so