Re: Django + GAE, Changing Auth from userid/password to email/password

2010-08-25 Thread James Saxon
I'm curious too about both questions. The only answer I got at one point was to capture email and not username on registration, and then set username to the email either in the view (which I believe you'd have to do before the registration signal gets sent???) I haven't implemented it yet. J

Re: CSRF verification failures (admin)

2010-08-18 Thread James Saxon
I've run into a similar situation where I'm getting CSRF errors inconsistently. I made sure I had the token and that I was using RequestContext. I haven't found out exactly what's wrong yet... I have not run into the situation in the admin but I have not tried it much but I haven't changed any