Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Resetting passwords

    I need to know how to reset a password when the user enters their
    email address in a textbox then their new password in a textbox and
    then a confirm password textbox. This will be updated when the Reset
    Password button is clicked to the database where their old password is
    attached to the email address that is already on file. Can anyone help
    me code this in ASP.NET/VB.NET? I am using a SQL 2000 database.

    Thank you

    TG
    TG Guest

  2. Similar Questions and Discussions

    1. Resetting the zero point
      Does anyone know if it is possible to reset the zero point in Acrobat documents? The zero point is set to the top left of the document but I need it...
    2. Resetting Scene
      Hey there, http://home.iprimus.com.au/gwallis/first_character.zip this is my file as i have created for a guy to kick a soccer ball. You will...
    3. resetting mysql_fetch_array()
      Is there a way to reset the pointer when iterating through records using mysql_fetch_array()? <?php connect .... $result =...
    4. resetting browser?
      Hi... I'm getting to grips with custom error handling, and am wondering if it is possible to somehow reset all the content already sent to the...
    5. Resetting Preferences
      I'm embarrassed to even ask as many times as it has been posted...But can someone please refresh my memory on how to reset preferences. I printed it...
  3. #2

    Default Re: Resetting passwords

    Cool Feature

    I take your E-Mail <tjgraham4@hotmail.com> enter a password and you'll hve
    the hassle that you cannot login directly ...

    Thinkaboutit

    Use The OnClick of a Button, Connect to your SqlServer
    (System.Data.SqlClient.SqlConnection) and run a Command
    (System.Data.SqlClient.SqlCommand) with ExecuteNonQuery() and send the mail
    System.Web.Mail.

    Daniel

    --
    Daniel Fisher(lennybacon)
    MCP C# ASP.NET
    Blog: [url]http://www.lennybacon.com/[/url]


    "TG" <tjgraham4@hotmail.com> wrote in message
    news:4822c297.0409300957.894c355@posting.google.co m...
    >I need to know how to reset a password when the user enters their
    > email address in a textbox then their new password in a textbox and
    > then a confirm password textbox. This will be updated when the Reset
    > Password button is clicked to the database where their old password is
    > attached to the email address that is already on file. Can anyone help
    > me code this in ASP.NET/VB.NET? I am using a SQL 2000 database.
    >
    > Thank you
    >
    > TG

    Daniel Fisher\(lennybacon\) 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