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

[Registration] Change the password hint message and validation #592

Open
MissMS opened this issue May 13, 2024 · 0 comments
Open

[Registration] Change the password hint message and validation #592

MissMS opened this issue May 13, 2024 · 0 comments

Comments

@MissMS
Copy link
Collaborator

MissMS commented May 13, 2024

Problem: A hint message on the Password field contains the confusing value of the field length (50 symbols max) because it doesn't match the actual validation of that length (20 symbols max). Also, there were no requirements for the actual field length in the initial user story, so it is only limited by the DB.

Acceptance criteria:

  1. Update the hint message on both Password fields:
    • Повинен містити від 8 символів, A-Z, a-z, 0-9
  2. Max number of symbols on email must be 128
    • change the validation on the fields per the doc - Field#3 [BR-CPF-13 + validation#6]

Epic: #3
Affects: #1

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

No branches or pull requests

1 participant