]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/openidauth/consumer.py
Some fixes on subscriptions.
[osqa.git] / forum_modules / openidauth / consumer.py
index 1702390a754e38e4d05e3b6ebcaeebbad533a830..650c6f64f64ba4b347d866a17bf82bb80bc4275b 100644 (file)
@@ -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',
     }