From: Matías Aguirre Date: Mon, 9 Apr 2012 01:24:32 +0000 (-0300) Subject: Change default value in doc to reflect code X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c70889afcbb24bbffd6235025f3b874dad303767;p=django-social-auth.git Change default value in doc to reflect code --- diff --git a/README.rst b/README.rst index 958b55a..8a08572 100644 --- a/README.rst +++ b/README.rst @@ -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, diff --git a/doc/configuration.rst b/doc/configuration.rst index 31311aa..d7db111 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -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,