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
Describe the bug
The e-mail field in the sign-up form is accepting arbitrary e-mails, we need to validate the e-mails.
I would like to impose a regular expression for checking the valid e-mails.
As password plays a vital role to protect one's personal information. There should be set a guidelines lines minimum number of digits etc. In the present model there is only one condition that is the password should be of length 6 characters.
What would I do if I am assigned the task:
Would continue the rule that the length of the password should be 6 or more
Make sure that password contains combination of uppercase letters, lower case letters, digits, special characters.
Make sure that commonly used passwords are not used.
No sequence of characters.(Eg : abcd, 1234)
To Reproduce
Steps to reproduce the behavior:
Go to SignUp
Enter invalid email
Enter a vague password
See error : Click on submit the form is submitted.
Expected behavior
Invalid e-mails and weak passwords should not be accepted by the form
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Hope you assign me this issue @ANSHIKA-26, I am eager to work on it.
The text was updated successfully, but these errors were encountered:
Thanks @sindhuja184 for raising this issue! We'll look into it.We hope you have made sure that a similar issue doesnt exist , if it does, kindly ask to be assigned on that issue
this issue had been raised previously , can you recheck once if its already working or not ? if not kindly attach a video of the same , since the PR for solving this issue was already merged , if the issue still exists it will be assigned to you , as of now , the issue is not assigned to you so kindly do not work on it , thanks
Describe the bug
The e-mail field in the sign-up form is accepting arbitrary e-mails, we need to validate the e-mails.
I would like to impose a regular expression for checking the valid e-mails.
As password plays a vital role to protect one's personal information. There should be set a guidelines lines minimum number of digits etc. In the present model there is only one condition that is the password should be of length 6 characters.
What would I do if I am assigned the task:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Invalid e-mails and weak passwords should not be accepted by the form
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Hope you assign me this issue @ANSHIKA-26, I am eager to work on it.
The text was updated successfully, but these errors were encountered: