Re: contrib.auth logins "randomly" complaining about cookies being disabled

2007-04-22 Thread plungerman
greetings, i have been experiencing the same problem. we have a login page, and you can always log in from that page. in the header of each page, you can log in as well, and that form, when submitted, throws the afore mentioned "cookies" error. oddly enough, i cannot replicate this problem in

Re: contrib.auth logins "randomly" complaining about cookies being disabled

2007-03-22 Thread [EMAIL PROTECTED]
Thank you both for your replies! On Mar 21, 6:56 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > There is nothing special about that app. The login which is failing is > the standard django one (The app just adds code for new account > creation, e-mailing the registerant, and enabling the ac

Re: contrib.auth logins "randomly" complaining about cookies being disabled

2007-03-21 Thread [EMAIL PROTECTED]
There is nothing special about that app. The login which is failing is the standard django one (The app just adds code for new account creation, e-mailing the registerant, and enabling the account with a unique key). I believe the problem you are running into is because the page is stale. That is

Re: contrib.auth logins "randomly" complaining about cookies being disabled

2007-03-21 Thread ashwoods
have you tried contacting the project maintainer? this is third party code and unless anybody happens to use it, to answer you they would have to go through his code. on the wiki page it says: >Questions? Problems? >If you've got a question that isn't covered here or in the comments and >docstr

contrib.auth logins "randomly" complaining about cookies being disabled

2007-03-21 Thread [EMAIL PROTECTED]
Hi! I've recently implemented http://code.google.com/p/django-registration/ to support user registration and authentication on a project. I've also created a form in a template that extends ALL other templates on the site. I'm facing the following problem: If I fire the django development serv