SPRINT 5 ‐ Change Password - BlueJayBird11/UniJet GitHub Wiki
About
On settings page, user's can change their password using change password button.
Usage
After going to the settings, click on Change Password
button.
After that it will route you to a website that asks the users to input their current password, after that their new password, and finally re enter their new password.
When the new password and its confirmation do not match, it will show error stating passwords do not match.
(currently, it is not connected to the backend yet, so there are no ways of checking if the current password is correct or not. It will be implemented in next sprint.)
The code associated with changing password are located in:
UniJet\frontend\src\scenes\settings\changePassword\index.tsx