]> git.parisson.com Git - django-social-auth.git/commitdiff
Doc about django auth backend. Refs #154
authorMatías Aguirre <matiasaguirre@gmail.com>
Fri, 20 Jan 2012 21:52:39 +0000 (19:52 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Fri, 20 Jan 2012 21:52:39 +0000 (19:52 -0200)
README.rst
doc/configuration.rst

index a16b4b8d24e3ce49cc61f644097fdcebcd566833..81f8bda9e60eee32550026922cc1b7d2f23b314a 100644 (file)
@@ -125,6 +125,9 @@ Configuration
   Take into account that backends **must** be defined in AUTHENTICATION_BACKENDS_
   or Django won't pick them when trying to authenticate the user.
 
+  Don't miss ``django.contrib.auth.backends.ModelBackend`` if using ``django.auth``
+  user model or users won't be able to login.
+
 - Define desired backends for your site::
 
     SOCIAL_AUTH_ENABLED_BACKENDS = ('google', 'google-oauth', 'facebook', ...)
index 4c05f54ae7243c0e211406e4e667a1455ec50915..f62a3a8fdae8115f1b64b203b63e51fdf4a6d1da 100644 (file)
@@ -29,6 +29,9 @@ Configuration
   Take into account that backends **must** be defined in AUTHENTICATION_BACKENDS_
   or Django won't pick them when trying to authenticate the user.
 
+  Don't miss ``django.contrib.auth.backends.ModelBackend`` if using ``django.auth``
+  user model or users won't be able to login.
+
 - Define desired backends for your site::
 
     SOCIAL_AUTH_ENABLED_BACKENDS = ('google', 'google-oauth', 'facebook', ...)