]> git.parisson.com Git - django-social-auth.git/commitdiff
- Even clearer SOCIAL_AUTH_ASSOCIATE_BY_MAIL directions. Yes, I absolutely need more...
authorJasonGiedymin <jason.giedymin@gmail.com>
Mon, 16 May 2011 15:45:34 +0000 (08:45 -0700)
committerJasonGiedymin <jason.giedymin@gmail.com>
Mon, 16 May 2011 15:45:34 +0000 (08:45 -0700)
README.rst

index f011b290d6dc4723bca15bf898fbc704936117d9..e547a6a8a6201fd2830a643ecd726b82b47794d7 100644 (file)
@@ -253,8 +253,9 @@ Configuration
       SOCIAL_AUTH_CREATE_USERS = False
 
   It is also possible to associate multiple user accounts with a single email
-  address as long as the rest of the user data is unique. To enable, set to True
-  and false otherwise. This behavior is disabled by default (false) unless::
+  address as long as the rest of the user data is unique. Set value as True 
+  to enable, otherwise set as False to disable.
+  This behavior is disabled by default (false) unless specifically set::
 
       SOCIAL_AUTH_ASSOCIATE_BY_MAIL = True