The account page should have the ability to let the user change their password
This form would be a simple Vue component that is mostly markup. with a little logic for the form validation. It would have the following:
- A field for the old password
- A field for the new password
- A field to confirm the new password
- A button to submit the form
- Form should not be able to be submitted without having all of the above fields filled out.
The account page should have the ability to let the user change their password
This form would be a simple Vue component that is mostly markup. with a little logic for the form validation. It would have the following: