yamesjamess / p4-roller-criu

This is the 4th (Fullstack tool kit) project for Code Institue Full Stack Software Developer Diploma course
https://roller-criu-54a9c256735c.herokuapp.com/
0 stars 1 forks source link

USER STORY (#18) : Account registration & Login #35

Closed yamesjamess closed 1 year ago

yamesjamess commented 1 year ago

As a Site user I can register an account so that I can log in to book, leave feedback, and/or like a class

Acceptance Criteria

  1. To register, the user must provide username and password (email optional)
  2. The user should not be able to register with the same username or email more than once.
  3. The user should not be able to login unless they have completed the registration steps.
yamesjamess commented 1 year ago

made email mandatory because some form fields required email to work

yamesjamess commented 1 year ago

completed and verified