Create change password asp page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slapatan
    New Member
    • Jun 2014
    • 1

    Create change password asp page

    Hi,
    i have an asp site and i wont to implement for users to have the ability to change they passwords.
    the passwords are hashed with sha256.
    so i need a web site that contains these fields : old password, new passwd, confirm
    new passwd. users have to input old passwd in order to change their
    passwd.

    in the sql database i have the next fields:
    username, password, last_login, num_tries.
Working...