Re: Custom user models don't like non integer primary keys.

2012-11-09 Thread Eric Hutchinson
in as part >> of the configuration of the auth views. >> """ >> >> So it might be the case that you just need to be customizing more >> stuff to deal with your special model. Or not, but we probably need >> more info to decide either way. >&g

Custom user models don't like non integer primary keys.

2012-11-06 Thread Eric Hutchinson
I've been playing with custom user models. Something i've found is that trying to use the django-extensions uuidfield as a primary key doesn't seem very usable at the moment. Many of the built in auth views, specifically password reset, assume an integer field here. /lib/python2.7/site-packag

Re: Brute force attacks

2011-03-07 Thread Eric Hutchinson
I would just like to point out that a lot of my users all are behind various nats, so my webapp typically sees only a few ips that have valid users on them, and i have users whom i have to remind of their password on a daily basis. it could lead to a couple of dozen people being throttled for one p