Forum Moderators: open

Message Too Old, No Replies

Forgot Your Password?

password retrieval in asp

         

danielm28

5:46 pm on Jun 15, 2004 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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)

10+ Year Member



I will try that. What about letting the visitor reset their password?

Thanks for the help.