From: Hannes Struss Date: Thu, 7 Jun 2012 16:52:54 +0000 (+0200) Subject: added documentation for SOCIAL_AUTH_PROTECTED_USER_FIELDS X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fbb182f61450ad3fac47d8db003e087f0ef96a76;p=django-social-auth.git added documentation for SOCIAL_AUTH_PROTECTED_USER_FIELDS --- 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'