Do you mean Captcha (an image with obfuscated characters) or a token, usually emailed and used to confirm account creations?
Anyway, you can do both, but you need to code a little. There are tutorials to use Captcha with Django, just Google for it. And a confirmation code is just a string of characters that you store on the database, generated when the user is created, and match it with the code supplied to/by the user. On 1/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > now user authentication in django only ask user input username and > password, but will it support verify code ? > > > > > -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---