nedredmond / 777

ZipMint project repo
3 stars 2 forks source link

REGISTER NEW USER #2

Open nedredmond opened 5 years ago

nedredmond commented 5 years ago

As a new client on the 'Home Page/ Login Screen', I can register as a new user

  1. The 'Login Page' includes a link 'Sign Up'

    • On-click, user is redirected to 'Sign Up Page'
    • User is requested to enter information on the following fields:
      • First Name
      • Last Name
      • Email
      • Username
      • Password
  2. The 'Sign Up' page must verify certain fields are unique compare to user database

    • On-click of 'Submit' button after completing fields
    • User Name is checked to be available against database of current users
    • Email is checked to be available against database of current users
    • If username or email is taken, user is told on page to enter another (username or email)
    • If NOT taken, a new profile is created and new user is directed to 'Dashboard' page
  3. The 'Sign Up' page must include a 'Cancel' button

    • On-click, will direct to 'Sign-In' page