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

Sign-up form: Password field validation for special characters etc. #620

Closed
Elina-Lapka opened this issue May 5, 2020 · 0 comments
Closed
Assignees
Labels

Comments

@Elina-Lapka
Copy link

Elina-Lapka commented May 5, 2020

As I a User I want to have messages in different languages, so I know what's wrong with the Password I'm trying to set.
Mock-up:
N/A

Acceptance criteria:
If User enters Password, which has not at least one character of Uppercase letter (A-Z), Lowercase letter (a-z), Digit (0-9), Special character, the following message is displayed after user hits Submit button:

UKR - Пароль має містити хоча б один символ латинського алфавіту верхнього (A-Z) та нижнього регістру (a-z), число (0-9) та спеціальний символ (~`!@#$%^&*()+=_-{}[]|:;”’?/<>,.).

ENG - Password must include at least one character of Uppercase letter (A-Z), Lowercase letter (a-z), Digit (0-9), Special character (~`!@#$%^&*()+=_-{}[]|:;”’?/<>,.).

Related to #455

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

No branches or pull requests

4 participants