crazyfox55 / VotingApplication

An application creating ballots, collecting votes, and registering voters.
2 stars 0 forks source link

Change Password Finished #14

Closed crazyfox55 closed 6 years ago

crazyfox55 commented 6 years ago

Now when the user tries to change their password it will change in the database. Added ChangePasswardViewModel which stores the form data when the http post is submitted. Changed the ChangePassword.cshtml to use the new view model. Changed the user controller to have a change passward async function that touches the user database.