On 1/26/06, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > On 1/27/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > > 2. I want to have login form on each page. How should I process form, > > if I want to stay inside built-in auth system? Dunno what should my > > View be. > > One option is to use the django login page for form processing, but if you > do that you will miss the django's super cool error reporting in the same > form feature. Also may be you want to have a remember me kind of check box > in the login page. This is what I recommend:
[snip] > Finally change the file > django_src/django/views/auth/login.py and edit the > following line: > > LOGIN_URL = '/accounts/login/' > > to make it read: > > LOGIN_URL = '/my_login_page/' Any way to override those without editing the django source files? Perhaps in setting.py or something? [snip] > > PS: Should be wikified I guess. > Good idea. Last week I posted this http://achinghead.com/archives/68/enhancing-django-wikiproject-part-1-adding-authentication/ It just hijacks the built in stuff and is probably no tthe best way to go. Perhaps you will find it helpful, or even better someone will offer some suggestions for improvement. -- ---- Waylan Limberg [EMAIL PROTECTED]