Skip to content

Commit

Permalink
[#2497] improve copde readability
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 8, 2012
1 parent 04d6a07 commit 2a8a708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/lib/repoze_patch.py
Expand Up @@ -56,7 +56,8 @@ def identify(self, environ):

# we don't do anything with the openid we found ourselves but we put it in here
# to tell the challenge plugin to initiate the challenge
identity['repoze.whoplugins.openid.openid'] = environ['repoze.whoplugins.openid.openid'] = open_id
identity['repoze.whoplugins.openid.openid'] = open_id
environ['repoze.whoplugins.openid.openid'] = open_id

# this part now is for the case when the openid provider redirects
# the user back. We should find some openid specific fields in the request.
Expand Down

0 comments on commit 2a8a708

Please sign in to comment.