Re: User authentication in Django

2010-12-30 Thread aaron
According to the docs you just need to add {% csrf_token %} to each form. sorry for the noise. On Dec 30, 5:15 pm, aaron wrote: > okay, so I added a url directing accounts/login requests to a view > which in turn directs it to the login.html template suggested at > > http://docs.djangoproject.

Re: User authentication in Django

2010-12-30 Thread aaron
sword {% endif %} {% csrf_token %} User name: Password: {% endblock %} Any ideas? Cheers, Aaron On Dec 30, 4:33 pm, aaron wrote: > Hi guys, > > I'm attempting to follow the very simple setup for user authentication > in Django as detailed in

Re: User authentication in Django

2010-12-30 Thread aaron
okay, so I added a url directing accounts/login requests to a view which in turn directs it to the login.html template suggested at http://docs.djangoproject.com/en/dev/topics/auth/ Which is: {% extends "base.html" %} {% load url from future %} {% block content %} {% if form.errors %} Your use

User authentication in Django

2010-12-30 Thread aaron
Hi guys, I'm attempting to follow the very simple setup for user authentication in Django as detailed in the documentation here: http://docs.djangoproject.com/en/dev/topics/auth/ I've got a database synced, the apps installed as detailed, but when I attempt to access a password protec

Re: dose user authentication in django support verify code

2007-01-23 Thread [EMAIL PROTECTED]
gt; > 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 --~--~-~--~

Re: dose user authentication in django support verify code

2007-01-23 Thread Julio Nobrega
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

dose user authentication in django support verify code

2007-01-23 Thread [EMAIL PROTECTED]
now user authentication in django only ask user input username and password, but will it support verify code ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g