Posted on: 10/26/2007 6:23:37 PM | Views : 386

hi all!
please help!
 
In order to send well looking letter with password, I use my html template when CreateUserWizard sends letter to new user.
And in order to send username and password I apply this:
s.Replace("<%UserName%>", PasswordRecovery1.UserName)
s.Replace("<%UserName%>", PasswordRecovery1.Password)
string to my template.
 This is all good and working.
But now I want to make samething when user resets password in passwordrecovery control.
BUT there is no password property! How could I get it in VB and insert in my html template? 
 

Go to the complete details ...