2011/12/15 Ahmet Emre Aladağ <aladage...@gmail.com>:
>> Can you show what the value of settings.AUTHENTICATION_BACKENDS is?
>>
>> Cheers
>>
>> Tom
>
> Hi,
>
> AUTHENTICATION_BACKENDS = (
>        'django.contrib.auth.context_processors.auth',
>        'django_facebook.auth_backends.FacebookBackend',
> )
>
> Thanks,
>

'django.contrib.auth.context_processors.auth' is not an auth backend,
it is a context processor, and should be in
TEMPLATE_CONTEXT_PROCESSORS.

https://docs.djangoproject.com/en/dev/topics/auth/#specifying-authentication-backends

Cheers

Tom

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to