SpringBoardMentor114 / SpendWise

MIT License
2 stars 0 forks source link

Backend: Password Reset functionality #45

Open SpringBoardMentor114 opened 2 months ago

SpringBoardMentor114 commented 2 months ago

Request: Email ID and New Password { email_id: password: } Response: Boolean (true: password reset successfully false: Any issue while saving the new password) { result: true; }

Acceptance Criteria:

  1. Check if the Email ID exists in the database.
  2. If the email ID exists, then update the password.
  3. If password saved successfully return true, else false.
  4. If email ID doesn't exists, then return false.
GunaSuryaKumar commented 1 month ago

created a user service logic for the http integration pending pull request