X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/b0319edf7f865180c63b0c3d0401325bfa776269..771d73b1d54c1f31a8ceccec81c948283c32f090:/forum_modules/openidauth/consumer.py diff --git a/forum_modules/openidauth/consumer.py b/forum_modules/openidauth/consumer.py index 1702390..22e83d2 100644 --- a/forum_modules/openidauth/consumer.py +++ b/forum_modules/openidauth/consumer.py @@ -21,8 +21,8 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer): 'username': 'http://axschema.org/namePerson/friendly', 'email': 'http://axschema.org/contact/email', 'web': 'http://axschema.org/contact/web/default', - 'firstname': 'http://axschema.org/namePerson/first', - 'lastname': 'http://axschema.org/namePerson/last', + #'firstname': 'http://axschema.org/namePerson/first', + #'lastname': 'http://axschema.org/namePerson/last', 'birthdate': 'http://axschema.org/birthDate', } @@ -123,8 +123,9 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer): } except Exception, e: - import sys, traceback - traceback.print_exc(file=sys.stdout) + pass + #import sys, traceback + #traceback.print_exc(file=sys.stdout) return request.GET['openid.identity'] elif openid_response.status == CANCEL: