bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: User Sign-up Password Feature Enhancement According to the Requirements #577

Closed mbatuhan-malazgirt closed 1 year ago

mbatuhan-malazgirt commented 1 year ago

Description:

We now have a user signup page but according to requirement 1.1.1.1.4 users shall set a password that is longer than 8 characters and contains at least one upper-case letter, one lower-case letter, and one number. Our current implementation of our web page does not satisfy this condition.

Issue description

Steps:

1) Analyze the user_signup.js file and find out where the password check is happening. 2) Add my check for at least 8 characters long, upper case, lower case, and one number. 3) Test the updated signup page.

Reviewer: @umutdenizsenerr Deadline: 26.12.2022 23.59

mbatuhan-malazgirt commented 1 year ago

The functionality is implemented. You can see the related pull request from #602.

Since the pull request is waiting for a review this issue will be closed after the review is done.

mbatuhan-malazgirt commented 1 year ago

The pull request is reviewed and the branch is merged. Therefore the issue is closed.