class MyOpenIdAuthConsumer(OpenIdAbstractAuthConsumer):
dataype2ax_schema = {
- 'username': ('http://schema.openid.net/namePerson/friendly', 'friendly'),
+ #'username': ('http://schema.openid.net/namePerson/friendly', 'friendly'),
'email': 'http://schema.openid.net/contact/email',
'web': 'http://schema.openid.net/contact/web/default',
'birthdate': ('http://schema.openid.net/birthDate', 'birthDate'),
'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',
}