change password in asp

Discussion in 'C#' started by countolaf, Nov 28, 2008.

  1. #1
    hi,

    so we had a lil activity that i cant figure out... basically i have a login page that only uses sessions and not database... therefore I also have change password option wherein a user can put in there his old password, the preferred new and the confirmation.. that's the problem then, i dont know the codes for it..

    any help!
     
    countolaf, Nov 28, 2008 IP
  2. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    so where is the username and passwords stored? using sessions would only be temporary.
     
    camjohnson95, Nov 29, 2008 IP
  3. countolaf

    countolaf Active Member

    Messages:
    662
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #3
    actually on the page load of the login i have only used session("user") = username and session("pass") = pass and then a lil if statement upon clicking the login button...
     
    countolaf, Nov 29, 2008 IP
  4. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #4
    If you want to give the user the option to change password , you will need to store the password in either a database or a file
     
    vihutuo, Nov 30, 2008 IP
  5. warrenendino09

    warrenendino09 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hey i got some help for thesis! my problem is what is the code for transfering money online? any help?
     
    warrenendino09, Dec 4, 2008 IP