Really sorry because this is almost “please send me the code” – although really it’s “please send me a link to another discussion”
I am setting up a .net membership system and need to validate users from the email address they provide via a “click here to validate your account” type link.
Just wondered if anyone knew of any good tutorials or posts out there about this? I have searched for about an hour and can’t find anything – hence me asking the question.
Thanks in advance.
Rob
This is very easy, once they submit their application form, log a “token” variable, dispatch your email, add the token variable to the url, search for the token in the db, validate user…!! Simple.