QuestQuill / quest_quill_api

1 stars 0 forks source link

2. Create a new user #1

Open lofi-nowhale opened 1 year ago

lofi-nowhale commented 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