Connecting Tech Pros Worldwide Forums | Help | Site Map

Password recovery 1.1

Me LK
Guest
 
Posts: n/a
#1: Oct 29 '07
Unfortunately I am working on a site that started awhile ago in 1.1
and is just now being finished. This means I don't have all the
features of 2.0 like the password controls. I am looking for some
sample code or ideas for implementing password recovery. The passwords
are hashed so I can not send the password to the user. Does anyone
have any good examples. I did do a Google search but I am bombarded
with 2.0 samples which just makes me depressed. I did not find much
for 1.1.

LK


Michael Nemtsev, MVP
Guest
 
Posts: n/a
#2: Oct 29 '07

re: Password recovery 1.1


Hello Me,

If password are hashed, then just create the new temporary password for the
user, and ask them change it afterwards

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


MLUnfortunately I am working on a site that started awhile ago in 1.1
MLand is just now being finished. This means I don't have all the
MLfeatures of 2.0 like the password controls. I am looking for some
MLsample code or ideas for implementing password recovery. The
MLpasswords are hashed so I can not send the password to the user.
MLDoes anyone have any good examples. I did do a Google search but I
MLam bombarded with 2.0 samples which just makes me depressed. I did
MLnot find much for 1.1.
ML>
MLLK
ML>


Closed Thread