Thom wrote:
> OK, so here is some code, because I tried this and still no go;
>
> in my project settings.py I have this code:
>
> AUTHENTICATION_BACKENDS = (
>  'pi.apps.email-auth.EmailBackend',
>  'pi.apps.authenticate.LDAPAuthenticate',
>  'django.contrib.auth.backends.ModelBackend',
> )
>
> I put the email-auth.py in my APPLICATION folder. Is this correct?
>
> I tried it both ways, with the email-auth.py module in the project
> folder and also in the application folder.
>   
I'm not sure what the effect is of having multiple 
AUTHENTICATION_BACKENDS.  Try it with just the EmailBackend.

What errors are you getting?

-Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to