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

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

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

Different authentication package

2012-07-09 Thread Melvyn Sopacua
Hi, does anyone have some recommendations about different authentication backends for Django? My issues with contrib.auth are: - User model has an emailaddress which makes dealing with alias emails for a user more complex (current app I'm writing has an email gateway) - Can't plug a different