Re: Lazy registration with django.contrib.auth

2007-02-02 Thread Gary Wilson
On Feb 2, 5:29 pm, "Daniel" <[EMAIL PROTECTED]> wrote: > I would like to implement this as an extension of the existing auth > code. Is there any interest in a trunk patch to achieve this? If so, > any suggestions on best practices? I would suggest taking a look at ticket #3011 (and its attache

Lazy registration with django.contrib.auth

2007-02-02 Thread Daniel
Greetings, I'm developing an application where http://ajaxpatterns.org/ Lazy_Registration">Lazy Registration is on my feature list, and I believe this can be accomplished pretty cleanly using the django auth system. I would like to implement this as an extension of the existing auth code. Is th