Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Validation of email (http://www.velocityreviews.com/forums/t370103-validation-of-email.html)

Norman Khine 09-12-2006 01:26 PM

Validation of email
 
Hello,
What is the best way to generate a long authentication string and email
this so that the user can reply and verify that the email address they
have provided is authentic, similar I guess to the way Bugzilla works?

Should this be server side or client?

How would one tackle an expiry limit on this - i.e. set the string a
time limit?

Any useful links of implementations in python are most welcomed.

Cheers

Norman


Tim Roberts 09-13-2006 06:48 AM

Re: Validation of email
 
Norman Khine <norman@khine.net> wrote:
>
>What is the best way to generate a long authentication string and email
>this so that the user can reply and verify that the email address they
>have provided is authentic, similar I guess to the way Bugzilla works?
>
>Should this be server side or client?
>
>How would one tackle an expiry limit on this - i.e. set the string a
>time limit?
>
>Any useful links of implementations in python are most welcomed.


Mailman does this kind of thing when you sign on to a mailing list
(assuming the list is configured to require confirmation). Mailman is
written in Python.

http://www.gnu.org/software/mailman/index.html
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.


All times are GMT. The time now is 09:39 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.