Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Changing password by email and newpassword of .NET with C# web site

Changing password by email and newpassword of .NET with C# web site

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shahdat Hosain
    wrote on last edited by
    #1

    Hi all I want to know that what is the method I can use for changing password of a existing member of my developing web site. Have any method like ExampleChangingPassword(email, newpassword)?

    shahdat

    C P 2 Replies Last reply
    0
    • S Shahdat Hosain

      Hi all I want to know that what is the method I can use for changing password of a existing member of my developing web site. Have any method like ExampleChangingPassword(email, newpassword)?

      shahdat

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Sometimes, you need to have actual ideas, and write actual code yourself.

      Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

      1 Reply Last reply
      0
      • S Shahdat Hosain

        Hi all I want to know that what is the method I can use for changing password of a existing member of my developing web site. Have any method like ExampleChangingPassword(email, newpassword)?

        shahdat

        P Offline
        P Offline
        Perry Holman
        wrote on last edited by
        #3

        Obviously, you have to write some codes by yourself to implement that. A general solution is: 1) A table in your DB stores the email and password of all members. 2) A form in your website has three fields: email, old password and new password. 3) After the member submits the form, you will match the email in your DB and accordingly change his password. 4) At last, you need to send a mail to the member to notify his password change. Notes: If a member forget his password and the stored format of the password is 'SHA1', he will need to answer some extra questions for security to get a newly initializing password provided by your system.

        Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!

        S 1 Reply Last reply
        0
        • P Perry Holman

          Obviously, you have to write some codes by yourself to implement that. A general solution is: 1) A table in your DB stores the email and password of all members. 2) A form in your website has three fields: email, old password and new password. 3) After the member submits the form, you will match the email in your DB and accordingly change his password. 4) At last, you need to send a mail to the member to notify his password change. Notes: If a member forget his password and the stored format of the password is 'SHA1', he will need to answer some extra questions for security to get a newly initializing password provided by your system.

          Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!

          S Offline
          S Offline
          Shahdat Hosain
          wrote on last edited by
          #4

          The stored password have in 'SHA1' format. But I try to develop forgot password section like facebook and tagged social networks. At the last part of this section a member have to enter his/her email and new password.How Can I change the stored password based on email and new password using any method? Please Help me.

          shahdat

          modified on Monday, April 27, 2009 5:28 AM

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups