Re: Different authentication package

2012-07-10 Thread Jani Tiainen
Maybe you should more clearly specify your needs. On Tue, Jul 10, 2012 at 1:33 AM, Melvyn Sopacua wrote: > On 9-7-2012 20:41, Jani Tiainen wrote: > > Are you asking how to write custom authentication backend that can suit > > your needs? > > No, that would be my backup plan. I'm looking for somet

Re: Different authentication package

2012-07-09 Thread Melvyn Sopacua
On 9-7-2012 20:41, Jani Tiainen wrote: > Are you asking how to write custom authentication backend that can suit > your needs? No, that would be my backup plan. I'm looking for something I can install and replace the backend with that suits my needs. I've been looking around the web and other the

Re: Different authentication package

2012-07-09 Thread Jani Tiainen
Are you asking how to write custom authentication backend that can suit your needs? If so, it's all documented in Django documentation: https://docs.djangoproject.com/en/1.4/topics/auth/#other-authentication-sources is good place to start reading. On Mon, Jul 9, 2012 at 5:26 PM, Melvyn Sopacua wro