Bryan wrote:
> My point is how do you lock the user out until he confirms his changed
> email address?

Ah, I had no idea you would want to do that, and can't see why you
would want to (the e-mail address that is stored is still correct), but
you know your requirements.  But, you can always set is_active to
false, then change that back when the link is clicked.  Adding a
timestamp to the link ensures that they can't keep on clicking it to
reactivate their account.

Luke


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to