I'm looking for a way to allow registered users on an asp/vbscript website to receive their username and password when they've forgotten it.
Any help would be appreciated.
Thanks
mattglet
10:13 pm on Jun 15, 2004 (gmt 0)
Have a form that has one input field to enter in their email address. When user hits the submit button, it triggers your 3rd party email component (ASPEmail, ASPMail, CDONTS, SMTPMail, etc.) to send an email to the entered email address which contains password info.
That's the easiest way to do it probably.
-Matt
danielm28
2:30 am on Jun 17, 2004 (gmt 0)
I will try that. What about letting the visitor reset their password?