bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Regular User Password Confirmation for Sign-Up #587

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

Description:

According to our following requirement:

1.1.1.1.5 Users shall confirm the password by writing the same password again.

The current registration system of the HEKA is not providing password confirmation for sign-up process of the regular user. . I will add password confirmation functionality for sign-up.. Thanks to this feature, users shall be able to ensure that their password is same as they provide.. System will return a warning message as a pop-up when two password are not same.

With this feature our registration process's workflow will be as follows:

Steps to be taken:

  1. I will examine previous sign up process
  2. I will design new input fields for confirm password and warning message.
  3. I will implement my design.
  4. I will test my implementation.

⏰ Deadline:

🔎 Reviewer

BeratDamar commented 1 year ago

After implementing functioanlity, the new version of sign up is as following screen shot:

image

BeratDamar commented 1 year ago

Since related PR is reviewed accorrding to issue description and bug was resolved, I will close the issue. You can look at linked PR to get more information.(PR #588)