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
ML> Unfortunately I am working on a site that started awhile ago in 1.1
ML> and is just now being finished. This means I don't have all the
ML> features of 2.0 like the password controls. I am looking for some
ML> sample code or ideas for implementing password recovery. The
ML> passwords are hashed so I can not send the password to the user.
ML> Does anyone have any good examples. I did do a Google search but I
ML> am bombarded with 2.0 samples which just makes me depressed. I did
ML> not find much for 1.1.
ML>
ML> LK
ML>