Closed y-udov closed 3 years ago
Assumptions & Constraints:
Preconditions:
Unregistered user should have possibility to register using email.
For registration user should:
To click on "Sign in/Registration" button.
A "Sign in" (Введіть Ваші email та пароль) pop-up appears. It contains a "Register now link".
When user clicks on "Register now link" (Зареєструйтеся зараз!) other pop-up "Registration" should appear.
Registration pop-up should contain fields:
All fields are required. The "Це поле є обов'язковим" inscription will appear next to the field that will not be filled in.
After all the fillings, user should click the "register" ("Зареєструватися") button to finish his registration.
Acceptance Criteria:
Email. Should have format ****@., where - any symbols, exception is russian and ukrainian languages. If user will make mistake like forget dot or "@' the inscription "Неправильний формат email" should appear.
Password. Should contain min 8 and max 24 characters length. If the password contains less than 8 characters inscription "Пароль повинен містити щонайменше 8 символів." should appear. If the password contains more than 24 characters inscription "Пароль повинен містити щонайбільше 24 символи." should appear.
Confirm Password. Should contain min 8 and max 24 characters length. Should be the same as value in "Password" field. If user will write some wrong password in this field the "Паролі не збігаються" inscription should appear.
After registration, the user should receive an email with a verification link.
All inscriptions are red.
Out of scope:
Links with Change request #215