Re: I need some directions to auth system and stuff

2006-01-30 Thread Greg
Amit Upadhyay wrote: ... > {% if form.has_errors %} > Email or password incorrect > {% endif %} ... BTW I tried that, but ran into a small problem... hard-coding the error message in the template like that masks the fact that "please enter a correct username and password" isn't the only error th

Re: I need some directions to auth system and stuff

2006-01-27 Thread Waylan Limberg
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

Re: I need some directions to auth system and stuff

2006-01-26 Thread Amit Upadhyay
On 1/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I`ve got couple of questions about auth system. Just a directions..1. How do I extend base User class? I`ve read about subclassing, but it was two month ago and it was not very clear.. Is there any new method?I think you are talking about htt