CoalAI / pos-app

1 stars 1 forks source link

User can change his password. #145

Open mnouman11 opened 3 years ago

mnouman11 commented 3 years ago

user can change only his password any time.

OmerAli277 commented 3 years ago

Create a password change page with the following fields.

Old Password New Password Confirm New Password

Upon submitting the form, send a request to the backend on "Change password API." and On success, log out the user.

ayeshatasaduq commented 3 years ago

@UsamaMalick "Change Password API" doesn't exist right now. Can you please add it to backend?