]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/openidauth/consumer.py
OSQA-747, applying patch that resolves potential problem with the OpenID Auth consume...
[osqa.git] / forum_modules / openidauth / consumer.py
index 6ed5b2b111e3545a1eac1d21cfb789c0b7c6d040..ee25f39eba51a04d3f2682065ede752befaf6230 100644 (file)
@@ -123,7 +123,7 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer):
             ax_schema = getattr(self, 'dataype2ax_schema', False)
 
             if ax_schema:
-                ax = AXFetchResponse.fromSuccessResponse(openid_response)
+                ax = AXFetchResponse.fromSuccessResponse(openid_response, False)
 
                 if ax:
                     axargs = ax.getExtensionArgs()