]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/openidauth/authentication.py
Kill that annoying problem that when users without a valid email at register time...
[osqa.git] / forum_modules / openidauth / authentication.py
index 9163b5c5227d73c24a3b1d6a233e82fb363c3408..dfd337f4c1056b6bf274f21b6343f909b1c96ce7 100644 (file)
@@ -47,8 +47,8 @@ class MyOpenIdAuthConsumer(OpenIdAbstractAuthConsumer):
     dataype2ax_schema = {
         #'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'),
+        #'web': 'http://schema.openid.net/contact/web/default',
+        #'birthdate': ('http://schema.openid.net/birthDate', 'birthDate'),
     }
 
     def get_user_url(self, request):