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
after successful sign-in user is navigated to :
a. Home page: if user signed-in from UBS
b. User cabinet: if user signed-in from Green city
Error and informational messages:
If the user left a “email” field empty, then an error message appears: ENG - Email is required UA - Введіть адресу електронної пошти
If the user entered less than 8 characters, then an informational message appears: ENG - Password must be at least 8 characters long without spaces. UA - Пароль повинен містити принаймні 8 символів без пробілів.
If at least 1 of the credentials entered is not correct or has never been registered before, then an error message appears: ENG - Bad email or password. UA - Введено невірний email або пароль.
If the user has not entered the password, and clicked on the sign-in button, then an error message appears: ENG - Please enter your password. UA - Будь ласка введіть пароль.
If the user left the “email” and “password” field empty, then an error message appears( all fields are red): ENG - Please fill all red fields. UA - Будь ласка заповніть всі обов'язкові поля.
If the user enters credentials which has been registered before, and an account has been deleted, then an error message appears: ENG - Your account has been deleted, please contact us to restore it . UA - Ваш аккаунт було видалено, будь ласка зв'яжіться з нами щоб відновити його.
The text was updated successfully, but these errors were encountered:
As a user I want to be able to sign-in to the application, so that I can use my account on multiple devices.
Mock up: https://www.figma.com/file/JvDAu4MHnh1Vxc5FaokyiA/ITA-UBS-styles?node-id=13193%3A9425
Acceptance criteria:
a. All fields are mandatory
Validation of e-mail and password criteria can be taken from Register to the application (new mockup) #385
b. Link "Forgot password" opens modal window with relevant form Sign-in: forgot password #472
c. Sign-up link navigates user to Sign-up Form Register to the application (enhancement to #385) #455
a. Home page: if user signed-in from UBS
b. User cabinet: if user signed-in from Green city
Error and informational messages:
If the user left a “email” field empty, then an error message appears:
ENG - Email is required
UA - Введіть адресу електронної пошти
If the user entered less than 8 characters, then an informational message appears:
ENG - Password must be at least 8 characters long without spaces.
UA - Пароль повинен містити принаймні 8 символів без пробілів.
If at least 1 of the credentials entered is not correct or has never been registered before, then an error message appears:
ENG - Bad email or password.
UA - Введено невірний email або пароль.
If the user has not entered the password, and clicked on the sign-in button, then an error message appears:
ENG - Please enter your password.
UA - Будь ласка введіть пароль.
If the user left the “email” and “password” field empty, then an error message appears( all fields are red):
ENG - Please fill all red fields.
UA - Будь ласка заповніть всі обов'язкові поля.
If the user enters credentials which has been registered before, and an account has been deleted, then an error message appears:
ENG - Your account has been deleted, please contact us to restore it .
UA - Ваш аккаунт було видалено, будь ласка зв'яжіться з нами щоб відновити його.
The text was updated successfully, but these errors were encountered: