RcVincent / CS-481-Senior-Software

The Compliance Training Monitor Mark 2
1 stars 1 forks source link

User creates Account #67

Closed Tadukoo closed 6 years ago

Tadukoo commented 6 years ago

MSS:

  1. User navigates to create account page
  2. User enters their email, password, and name
  3. System sends a verification email
  4. User verifies email
  5. User is redirected to their homepage

Extensions:

3a: User email address is invalid
    .1: System notifies them
    .2: User enters valid email
    .3: Return to MSS step 3

Requirements:

Zackeree commented 6 years ago

Still need to redirect to login after registration though

Tadukoo commented 6 years ago

For the records: Ryan setup the CreateAccount Servlet and jsp. I believe Ryan also setup the redirect to login after registering. I made some changes to improve creating accounts and improve the layout via Bootstrap. Zach setup the original insert User function, then I changed it to use my executeUpdate method.

Tadukoo commented 6 years ago

Changed to 50% since it wasn't done for minimal