fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Add tab for changing the password #83

Open fnitu opened 3 years ago

fnitu commented 3 years ago

When editing the user/admin profile you should have a top level of tabs:

The Change password tab should contain a form with the old password, the new password and the confirm password field.

These should be sent to server, using PUT, see: https://github.com/danutchindris/edu-hospice-api/issues/210