First time here? Check out the FAQ!

kabexnuf's profile - activity

2013-12-13 10:55:19 -0500 received badge Famous Question (source)
2011-07-29 08:08:36 -0500 marked best answer fail to create an account on development server

If you have set up CSRF_COOKIE_DOMAIN as in this answer and the domain name matches your site's domain, and the csrf middleware is installed, then everything should work. Please double-check the details in that answer carefully.

In the case you have everything set up correctly, but the login still does not work, please email me zipped version of your project (evgeny.fadeev@gmail.com) or a link where I can download the file, if possible with information about version of Django you are using. Then I will test it out.

Thanks.

2011-07-29 08:08:36 -0500 received badge Scholar ( source )
2011-07-29 08:07:31 -0500 commented answer fail to create an account on development server
Thanks, i did not know that domain names should match. I wrote just something else in settings.py. I changed it to localhost and problem solved.
2011-07-29 07:58:20 -0500 received badge Editor (source)
2011-07-29 02:55:31 -0500 asked a question fail to create an account on development server

I am following this to start a new forum. But I can not create a new account. When I press 'Create Account' it says

Forbidden (403) CSRF verification failed. Request aborted.

Reason given for failure:CSRF cookie not set.

I found this entry but suggested lines were already in my settings.py. What am I missing?

PS: The error page also comes when I try to click google or yahoo to log in.