From 51c8b8a2340b85a5aa883041c3c8030c1b475da8 Mon Sep 17 00:00:00 2001 From: Hannes Struss Date: Fri, 8 Jun 2012 09:39:41 +0200 Subject: [PATCH] added SOCIAL_AUTH_PROTECTED_USER_FIELDS doc to correct file --- doc/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/configuration.rst b/doc/configuration.rst index 060944e..c970064 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -155,6 +155,12 @@ Configuration SOCIAL_AUTH_EXTRA_DATA = False +- The update_user_details pipeline processor will set certain fields on user + objects, such as ``email``. Set this to a list of fields you only want to + set for newly created users: + + SOCIAL_AUTH_PROTECTED_USER_FIELDS = ['email',] + Also more extra values will be stored if defined, details about this setting are listed below on OpenId and OAuth sections. -- 2.39.5