brayden-luke / testLaravel

unotelly
unotelly
0 stars 1 forks source link

Build a User confirmation before complete registration #4

Open unovation opened 10 years ago

unovation commented 10 years ago
  1. User registers
  2. Sends user an email
  3. User needs to click to confirm
  4. When confirmed, user registration is successful
  5. Please use Mail Queue for this feature
  6. Please think about how you will implement the table schema design for this feature.