From: JasonGiedymin Date: Mon, 16 May 2011 15:40:54 +0000 (-0700) Subject: Slightly confusing directions for the SOCIAL_AUTH_ASSOCIATE_BY_MAIL param. Maybe... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b5638643f05676485f7ad9340ce06b92466f928b;p=django-social-auth.git Slightly confusing directions for the SOCIAL_AUTH_ASSOCIATE_BY_MAIL param. Maybe I need more coffee? :-P --- diff --git a/README.rst b/README.rst index db14842..f011b29 100644 --- a/README.rst +++ b/README.rst @@ -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