]> git.parisson.com Git - django-social-auth.git/commitdiff
Slightly confusing directions for the SOCIAL_AUTH_ASSOCIATE_BY_MAIL param. Maybe...
authorJasonGiedymin <jason.giedymin@gmail.com>
Mon, 16 May 2011 15:40:54 +0000 (08:40 -0700)
committerJasonGiedymin <jason.giedymin@gmail.com>
Mon, 16 May 2011 15:40:54 +0000 (08:40 -0700)
README.rst

index db1484286c5cc72ac710ea320c0ab162e939e1fa..f011b290d6dc4723bca15bf898fbc704936117d9 100644 (file)
@@ -252,9 +252,9 @@ Configuration
 
       SOCIAL_AUTH_CREATE_USERS = False
 
-  Also, it's possible to associate user accounts that share the same email
-  address if the user entry is unique (that means that if the email is not used
-  by more than one account). This behavior is disabled by default unless::
+  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::
 
       SOCIAL_AUTH_ASSOCIATE_BY_MAIL = True