Open lofi-nowhale opened 1 year ago
As a user, when I click the 'register' button,
I should be directed to '/users/new'
I want to see a form to fill out my username, email, password, and a button "Create my account".
When I click Create my account, if the account was successfully created, I should be taken to my user dashboard,
If the account was NOT successfully created, I should see a flash message telling me that the account was not created
As a user, when I click the 'register' button,
I should be directed to '/users/new'
I want to see a form to fill out my username, email, password, and a button "Create my account".
When I click Create my account, if the account was successfully created, I should be taken to my user dashboard,
If the account was NOT successfully created, I should see a flash message telling me that the account was not created