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
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