From fbb182f61450ad3fac47d8db003e087f0ef96a76 Mon Sep 17 00:00:00 2001 From: Hannes Struss Date: Thu, 7 Jun 2012 18:52:54 +0200 Subject: [PATCH] added documentation for SOCIAL_AUTH_PROTECTED_USER_FIELDS --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index e515169..2240246 100644 --- a/README.rst +++ b/README.rst @@ -265,6 +265,12 @@ Configuration Also more extra values will be stored if defined, details about this setting are listed below on OpenId and OAuth sections. +- 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',] + Session expiration time is an special value, it's recommended to define:: SOCIAL_AUTH_EXPIRATION = 'expires' -- 2.39.5