]> git.parisson.com Git - django-social-auth.git/commitdiff
Change default value in doc to reflect code
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 9 Apr 2012 01:24:32 +0000 (22:24 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 9 Apr 2012 01:24:32 +0000 (22:24 -0300)
README.rst
doc/configuration.rst

index 958b55adac258b8d3b161a7f9a630b68dc3b66e5..8a0857285b07405a637325b58c250986ca6f30a6 100644 (file)
@@ -300,9 +300,9 @@ Configuration
 
   It is also possible to associate multiple user accounts with a single email
   address, set value as True to enable, otherwise set as False to disable.
-  This behavior is disabled by default (false) unless specifically set::
+  This behavior is enabled by default (True) unless specifically set::
 
-      SOCIAL_AUTH_ASSOCIATE_BY_MAIL = True
+      SOCIAL_AUTH_ASSOCIATE_BY_MAIL = False
 
 - You can send extra parameters on auth process by defining settings per
   provider, example to request Facebook to show Mobile authorization page,
index 31311aa8b0dfe3b54c2946ee2ddd8d6ecc7d04d2..d7db11196f200c799f2d99e5e6f99ffdd337af3f 100644 (file)
@@ -197,9 +197,9 @@ Configuration
 
   It is also possible to associate multiple user accounts with a single email
   address, set value as True to enable, otherwise set as False to disable.
-  This behavior is disabled by default (false) unless specifically set::
+  This behavior is enabled by default (True) unless specifically set::
 
-      SOCIAL_AUTH_ASSOCIATE_BY_MAIL = True
+      SOCIAL_AUTH_ASSOCIATE_BY_MAIL = False
 
 - You can send extra parameters on auth process by defining settings per
   provider, example to request Facebook to show Mobile authorization page,