BellJohn / DC2060

DC2060 Team Project
1 stars 0 forks source link

Email Verification Mechanism #44

Closed BellJohn closed 4 years ago

BellJohn commented 4 years ago

Now that the email system is functional, we are able to verify users on sign up. There is currently a dead link on the email template of /verification

This will need to be expanded to be something like /verification/ where the unique ID is created on user signup and stored in a table. That way we can tell who is attempting to verify. The same system can then be expanded for the password resets as it's the same principle