You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
As a user, while filling the sign up form, when the user password doesn't satisfy the password requirements, it turns the password field to red colour,
I would just want to show the error log along with that only, in the bar at the bottom. That is before the user actually clicks the sign up button, a error message should be displayed telling the user about the correct format of password required. It needs a special character, a digit, a capital and a small-case letter.
so that its easy for me to write the password correctly.
P.S. I am not sure if there are any length constrains for the password
Acceptance Criteria
Simultaneous updation for password requirements.
Definition of Done
Sending a PR along with a screenshot, and getting it reviewed by mentor(s).
Mocks
This is how the password field turns red.
Estimation
1-2 days
The text was updated successfully, but these errors were encountered:
… password requirements if their password does not meet the requirements. Addresses Issue systers#76. Motivation for this fix is for the user to easily generate a password. Previously, the user had to guess what the password requirements were.
zyang7
added a commit
to zyang7/PC-Prep-Kit
that referenced
this issue
Apr 16, 2018
… password requirements if their password does not meet the requirements. Addresses Issue systers#76. Motivation for this fix is for the user to easily generate a password. Previously, the user had to guess what the password requirements were.
Description
P.S. I am not sure if there are any length constrains for the password
Acceptance Criteria
Simultaneous updation for password requirements.
Definition of Done
Sending a PR along with a screenshot, and getting it reviewed by mentor(s).
Mocks
This is how the password field turns red.
Estimation
1-2 days
The text was updated successfully, but these errors were encountered: