P
Pavan
Hi All,
I am using Password Recovery control in order to reset my hashed passwords
in ASP .Net 2.0 Beta 2.
The system generated password is too difficult to remember, so i am giving
Change Password, support to the user.
Now my current task is
In the mail, that sent by the system regarding 'reset' of password, i'll
create a link in the mail that targets a particular page with following
variables (Quey Strings)
IsChange Password (Bool) = Indicates the page is loaded for Changing
password.
UserName (String) = Indicates Username
Password (String) = Indicates Password generated by the system.
Now by clicking the link, i have to populate these values in the appropriate
text boxes.
Please help me in this issue.
Cheers
Pavan
I am using Password Recovery control in order to reset my hashed passwords
in ASP .Net 2.0 Beta 2.
The system generated password is too difficult to remember, so i am giving
Change Password, support to the user.
Now my current task is
In the mail, that sent by the system regarding 'reset' of password, i'll
create a link in the mail that targets a particular page with following
variables (Quey Strings)
IsChange Password (Bool) = Indicates the page is loaded for Changing
password.
UserName (String) = Indicates Username
Password (String) = Indicates Password generated by the system.
Now by clicking the link, i have to populate these values in the appropriate
text boxes.
Please help me in this issue.
Cheers
Pavan