Another idea: Use a temporary table to store the data including a timestamp.
When they verify their address, you move data from temp table to permanent
table. You could also set up a scheduled task to delete data from the temp
table that is older than x days/hours.



On 4/3/06, Ken <[EMAIL PROTECTED]> wrote:
>
> Hi. I am trying to force a Email Confirmation for new user registrations
> on
> my site.
> The user Enters only basic info on the website, First Name, Last Name,
> Email
> Address. Then they should be taken to a page that stops them from going
> ahead until they click a link in the email.
> Problem:
> I want to do it in such a manner that I don't create a db record for them
> at
> all, until they have clicked the link. Is it possible to Encrypt the
> entire
> string consisting of FirstName, LastName, EmailAddress, and Promotional
> Code, Attach it the link in the email, then when the user clicks the link,
> we Decrypt the string, separate the partts and do a db insert?
>
> If so, are there any pitfalls or problems in doing so? Which Encryption
> Algorithm would the best to use?
>
> Thanks,
> Ken
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236810
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to