Skip to content

Commit

Permalink
Fixed is_new user flag from pipelines to complete_process view helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
haxoza committed Nov 24, 2011
1 parent 625dc72 commit e1cec83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions social_auth/backends/__init__.py
Expand Up @@ -143,6 +143,7 @@ def authenticate(self, *args, **kwargs):
# account
user = social_user.user
user.social_user = social_user
user.is_new = kwargs.get('is_new')
return user

def extra_data(self, user, uid, response, details):
Expand Down

0 comments on commit e1cec83

Please sign in to comment.