bounswe / bounswe2022group4

6 stars 3 forks source link

Front: Verification of Email UI Improvement #409

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

About feature:

I implemented forgot password functionality in previous PR. According to backend request, I am assgined to locate verficaition code and new password form in the same screen. Therefore, we can post verification code and new password ro related API at the same time. For that version, all steps that users should follow while reset their passwords can be describes as:

  1. Users should clik on "change password" in top on sign-in screen.
  2. Users should provide e-mail addresses assosiated with Heka account.
  3. A email is sent for verification code.
  4. Users should enter that verification code and then users can determine their new passwords by confirming them.

I will connect that functionality with backend later.

➡️ For more details, you can look at #408

🔎 Reviewer:

@umutdenizsenerr

⏰ Deadline:

04.12.2022 23.59

umutdenizsenerr commented 1 year ago

You have improved the ui well. I am waiting for the PR for backend connection. Well Done!