G
Guest
I am trying to implement Password Recovery control. In this, the password
format is "Hashed".
I set the EnablePasswordReset to true, so when clicked on submit button,
ResetPassword() is called and the new password is encoded and saved in data
base. How do I get the unencoded password in my web page or how can I just
the send the e-mail to the user with unencoded password without have sendmail
function in the web page
My question is how do I e-mail the newely generated password to the user?
format is "Hashed".
I set the EnablePasswordReset to true, so when clicked on submit button,
ResetPassword() is called and the new password is encoded and saved in data
base. How do I get the unencoded password in my web page or how can I just
the send the e-mail to the user with unencoded password without have sendmail
function in the web page
My question is how do I e-mail the newely generated password to the user?