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

User can register account #1 #2

Open
geellis1 opened this issue Oct 8, 2019 · 0 comments
Open

User can register account #1 #2

geellis1 opened this issue Oct 8, 2019 · 0 comments

Comments

@geellis1
Copy link
Collaborator

geellis1 commented Oct 8, 2019

Story

As a user, I should be able to fill out a form with my email address (which will be the username) and a password to register myself in the application

Acceptance Criteria

Given a user wants to use Nutshell
When the user first accesses the application
Then the user should see a welcome message
And a hyperlink to the registration form
Given a user wants to register an account with Nutshell
When the user clicks the Register a new account hyperlink
Then a registration form should be displayed where the user can enter in an email address, a password and a confirmation password.

Given a user has filled out both fields of the registration form
When the user clicks the Register button
Then it should check if the email address is unique
And the password and confirmation password are identical
Then a new account is created
And the user is logged in
Then the user should be taken to the main view of Nutshell

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

No branches or pull requests

1 participant