summaryrefslogtreecommitdiff
path: root/paste/auth
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-11-26 18:03:29 +0000
committerianb <devnull@localhost>2006-11-26 18:03:29 +0000
commit56d76f6c36cfa84e695c6abbf1fcc0e827e31cbb (patch)
tree3ec9444fc8966c1ac21bb82e1afdc4ce326e15a0 /paste/auth
parent5db5ea85e5f6748a2d75ab65ca48d3537a0eb025 (diff)
downloadpaste-56d76f6c36cfa84e695c6abbf1fcc0e827e31cbb.tar.gz
Fix for error condition in OpenID auth; patch from Christopher Baus
Diffstat (limited to 'paste/auth')
-rw-r--r--paste/auth/open_id.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/auth/open_id.py b/paste/auth/open_id.py
index 077f049..b4b0a31 100644
--- a/paste/auth/open_id.py
+++ b/paste/auth/open_id.py
@@ -201,7 +201,7 @@ class AuthOpenIDHandler(object):
fmt = 'Could not find OpenID information in <q>%s</q>'
message = fmt % (cgi.escape(openid_url),)
- self.render(request, message, css_class='error', form_contents=openid_url)
+ return self.render(request, message, css_class='error', form_contents=openid_url)
elif status == consumer.SUCCESS:
# The URL was a valid identity URL. Now we construct a URL
# that will get us to process the server response. We will