Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Forgot Passwprd

    Can someone point me in the right direction for getting script that emails a
    user their PW from a DB that is already in use? It is access DB and uses asp
    scripting. Let me know if you need anymore info.
    thanks all
    Bammer


    +FarmerPickles Guest

  2. Similar Questions and Discussions

    1. Forgot My ColdFusion Admin PW
      I need help reseting or retrieving my admin PW. I set this server up a month ago, before I moved to my new place and since I haven't used it in a...
    2. Forgot CF Admin password-what do I do?
      I forgot my CF Admin password. Does anyone have any suggestions?
    3. I forgot the URL
      here it is... http://toppoker.com
    4. adminastator password forgot
      how can i reset my adminastrators password as i cant use my login accont or install things with out my password
    5. forgot
      Sorry, my virus problem is in Windows XP. Previous post.
  3. #2

    Default Re: Forgot Passwprd

    On Tue, 8 Jun 2004 17:42:15 -0400, "+FarmerPickles"
    <gig_bam@verizon.net> wrote:
    >Can someone point me in the right direction for getting script that emails a
    >user their PW from a DB that is already in use? It is access DB and uses asp
    >scripting. Let me know if you need anymore info.
    Sending email from ASP:

    [url]http://www.aspfaq.com/show.asp?id=2119[/url]

    Retrieve the password based on whatever query you'd use for your
    database, send it using one of the above methods. I'd recommend
    setting a random password in the database and sending that to only the
    email address registered.

    Might look at some of the portal scripts for samples/suggestions.

    Jeff
    Jeff Cochran Guest

  4. #3

    Default Re: Forgot Passwprd

    Thanks Jeff. That is what i did. It created a new PW for them... now it can
    mail it to them, and they can get back in and change it. Thanks for the help
    Bam


    "Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
    news:40c718f4.3724465@msnews.microsoft.com...
    > On Tue, 8 Jun 2004 17:42:15 -0400, "+FarmerPickles"
    > <gig_bam@verizon.net> wrote:
    >
    > >Can someone point me in the right direction for getting script that
    emails a
    > >user their PW from a DB that is already in use? It is access DB and uses
    asp
    > >scripting. Let me know if you need anymore info.
    >
    > Sending email from ASP:
    >
    > [url]http://www.aspfaq.com/show.asp?id=2119[/url]
    >
    > Retrieve the password based on whatever query you'd use for your
    > database, send it using one of the above methods. I'd recommend
    > setting a random password in the database and sending that to only the
    > email address registered.
    >
    > Might look at some of the portal scripts for samples/suggestions.
    >
    > Jeff

    +FarmerPickles Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139