Skip to content

Commit

Permalink
DSA expects it as fullname
Browse files Browse the repository at this point in the history
  • Loading branch information
kjoconnor committed Jan 10, 2013
1 parent 13ad855 commit 96f84d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_auth/backends/contrib/readability.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_user_details(self, response):
full_name = '%s %s' % (first_name, last_name)

return {USERNAME: username,
'full_name': full_name,
'fullname': full_name,
'first_name': first_name,
'last_name': last_name}

Expand Down

0 comments on commit 96f84d9

Please sign in to comment.