I have come up with the idea to confirm someone's email by generating
a random codeword which is sent to the email address they enter on a
registration form.
I then get them to click a link which takes them to a page where they
have to then enter their email along with the codeword.
This ensure that the email address is valid, However...
Is there an easier way of doing it? I know it is possible to simple
email them a link which when they click it completes the registration
process, but I have no idea how to implement such a thing.
Any help welcomed!
a random codeword which is sent to the email address they enter on a
registration form.
I then get them to click a link which takes them to a page where they
have to then enter their email along with the codeword.
This ensure that the email address is valid, However...
Is there an easier way of doing it? I know it is possible to simple
email them a link which when they click it completes the registration
process, but I have no idea how to implement such a thing.
Any help welcomed!
Comment