From edf96ec5b09f301b90853c11d39cdeee2eda4978 Mon Sep 17 00:00:00 2001 From: JasonGiedymin Date: Mon, 16 May 2011 08:45:34 -0700 Subject: [PATCH] - Even clearer SOCIAL_AUTH_ASSOCIATE_BY_MAIL directions. Yes, I absolutely need more coffee. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5