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.

--Thom

On Mar 28, 3:28 pm, "RajeshD" <[EMAIL PROTECTED]> wrote:
> On Mar 28, 5:15 pm, "Thom" <[EMAIL PROTECTED]> wrote:
>
> > Thanks for pointing me to the snippets, however, this doesn't seem to
> > work in the built in Admin Application. Any other thoughts?
>
> Actually, that should work from the Admin application too. The Admin
> app uses the same set of authentication backends that you define in
> your settings. Make sure that the backend defined in the above snippet
> is the first one in your list.


--~--~---------~--~----~------------~-------~--~----~
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