From: hernani Date: Mon, 10 May 2010 13:38:28 +0000 (+0000) Subject: The open id experiments where commited by mistake, and now they were causing errors. X-Git-Tag: live~940 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/b0319edf7f865180c63b0c3d0401325bfa776269 The open id experiments where commited by mistake, and now they were causing errors. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@189 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum_modules/openidauth/consumer.py b/forum_modules/openidauth/consumer.py index 7ff4815..1702390 100644 --- a/forum_modules/openidauth/consumer.py +++ b/forum_modules/openidauth/consumer.py @@ -107,9 +107,9 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer): for n, s in axargs.items() if s in ax_schema2data_type ]) - available_data = dict([ - (t, axargs["value.%s.1" % s]) for t, s in available_types.items() - ]) + #available_data = dict([ + # (t, axargs["value.%s.1" % s]) for t, s in available_types.items() + #]) #print available_data