From: JasonGiedymin Date: Mon, 16 May 2011 15:45:34 +0000 (-0700) Subject: - Even clearer SOCIAL_AUTH_ASSOCIATE_BY_MAIL directions. Yes, I absolutely need more... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=edf96ec5b09f301b90853c11d39cdeee2eda4978;p=django-social-auth.git - Even clearer SOCIAL_AUTH_ASSOCIATE_BY_MAIL directions. Yes, I absolutely need more coffee. --- diff --git a/README.rst b/README.rst index f011b29..e547a6a 100644 --- a/README.rst +++ b/README.rst @@ -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