Forget Password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dxting
    New Member
    • Jul 2008
    • 3

    Forget Password

    Hi
    Can anyone tell me how to write the forget password function in my web page.My web page haven't publish yet. Just using it as local host. Means don't have domain yet.
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Do you mean you want to write something where a user clicks on a button to have their password emailed to them or something like that?

    If not can you explain a bit more clearly please.

    Dr B

    Comment

    • dxting
      New Member
      • Jul 2008
      • 3

      #3
      Originally posted by DrBunchman
      Do you mean you want to write something where a user clicks on a button to have their password emailed to them or something like that?

      If not can you explain a bit more clearly please.

      Dr B
      Yes. It is like when the user forget the password, they can regenerate the password by clicking the forget password button, and then the email server need to send the password to their respective email automatically. I know there got some software to use if i already got the domain name. But for my one, I'm using as the local host, so i dun have domain name yet. As far as i know, i need to write the code myself and add to my local host. Is there any reference for writing those code?

      Comment

      • DrBunchman
        Recognized Expert Contributor
        • Jan 2008
        • 979

        #4
        Well the code to send an email in Classic ASP is simple enough. You can find a good reference here. Is the problem that you don't know the users e-mail address?

        Dr B

        Comment

        Working...