I'll try it with just the one backend, but maybe I haven't explained my problem correctly.
In the Admin application there is a link to Users. When clicking on Users, I am presented with a list of records from the auth_users table. I click on Add New User, attempt to put [EMAIL PROTECTED] as the USERNAME, then a password, and click save. I am told that I can only enter alphanumeric characters for a user name. Obviousley the @ and the - break that rule. So I'll try the single backend and see what happens. Thanks. --Thom On 3/28/07, Chris Moffitt <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---