]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/openidauth/authentication.py
Sor order was not working.
[osqa.git] / forum_modules / openidauth / authentication.py
index 6802cb049815b0460ad5b6804df8d43fb63819da..9163b5c5227d73c24a3b1d6a233e82fb363c3408 100644 (file)
@@ -45,7 +45,7 @@ class AolAuthContext(ConsumerTemplateContext):
 
 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'),