Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update password length requirement to 10 symbols #279

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yury-barsukou
Copy link
Owner

Updated the password length requirement from 8 to 10 symbols in the SignUpForm component and its corresponding test file as per the user story EPMXYZ-1676.

Changes:

  • Updated validation logic in src/SignUpForm.js to check for a minimum of 10 characters.
  • Updated the password criteria message in the UI to reflect the new requirement.
  • Modified the test cases in src/SignUpForm.test.js to validate the new password length requirement.

closes #EPMXYZ-1676

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant