I am using Laravel4 and the Sentry2 package.
I have a user registering and logging in successfully but I need help sending the email activation.
My plan is to send an email with a link containing the users email and their activation code. The user will then be routed to a point where I can check this code in the URL vs the one in the database. Does this sound correct?
Thank you.
Yes, this is correct. The typical user registration flow is: