HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
User Story #836633
openModule #836426: First page
Sign in for non-registered user
0%
Description
Description
As a non-registered user, I want to be able to create an account so that I can sign in into my account
Acceptance Criteria
When a non-registered user in on the “Log in or Sign Up” screen and he fills in his email address then he will be asked to fill in a password in order to create his account
Form validation:
Email field -> text field, e-mail format mandatory (@)
If format is not correct : "Invalid username"
Password field -> text field, minim 6 characters
If format is not correct : "Password is too short"
Email and password are valid -> Account is created
GIVEN a non-registered user is on the “Sign in” screen
WHEN he fills his email address
And he clicks on Continue button
THEN an editable Password field and Create account button are displayed
GIVEN a non-registered user is on the “Sign in” screen
WHEN he fills in an incorrect email address
And he clicks on Create account button
THEN a popup message appears informing that the username is invalid
GIVEN a non-registered user is on the “Sign in” screen
And he fills in his email address
And clicks on Continue button
WHEN he fills an invalid password
And he clicks on Create account button
THEN a popup message appears informing that the password is too short
GIVEN a non-registered user is on the “Sign in” screen
And he fills his email address
And clicks on continue
WHEN he fills in an valid password
And he clicks on Create account button
THEN he is registered to Evernote app
And he is redirected to the "Start Free trial" screen
Files
Updated by Cristina Lica about 4 years ago
- File Invalid email.PNG Invalid email.PNG added
- File Password too short.PNG Password too short.PNG added
- Description updated (diff)