]> git.parisson.com Git - django-social-auth.git/commit
introduced setting SOCIAL_AUTH_PROTECTED_USER_FIELDS
authorHannes Struss <x@hannesstruss.de>
Thu, 7 Jun 2012 16:43:58 +0000 (18:43 +0200)
committerHannes Struss <x@hannesstruss.de>
Thu, 7 Jun 2012 16:43:58 +0000 (18:43 +0200)
commitc3ce70a970e279b00b08423d28eb393aa6a977b1
tree5f96a5f8fb2687acb2d54bf4d1062c8c44aad73c
parent8028ea409117e7c37da70852ad6e791e2db7ed69
introduced setting SOCIAL_AUTH_PROTECTED_USER_FIELDS

this can be a tuple of field-names on the user object, which
django-social-auth will not overwrite when the user already existed, i.e.
was not created in the current auth process.
social_auth/backends/pipeline/user.py