Hi all,

I plan on using newForms and the auth module for my site. All of the
examples I have seen involve extracting form data and creating a user
in the database immediately, how can I "shortcircuit" this process to
allow one to confirm ones registration per email?

What is the preferred "Djangoic" way? I was thinking along the lines
of creating the user-account, disabling it immediately and sending out
to the given email address a "hash" of the password , this hash must
be sent back to the server for comparism per email, I would have to
parse the mail for this value.

I know it sounds hacky, but if someone somewhere has a tried and
trusted method, I would be pleased to see it.

Thanks in advance


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

Reply via email to