User must be able to confirm their ownership of the email.
We should:
- Store a unique code for the user, whether on the member in a property or in a custom table
- Create an endpoint that can accept this code and how to identify the user
- Compare the code and the code received
- Voila, email is confirmed as them