]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/openidauth/consumer.py
OSQA-828, Support fullname to real_name mapping from OpenID providers
[osqa.git] / forum_modules / openidauth / consumer.py
index aa24a36c69ba77bf341f9c1c635fd82106baf818..29a637562f13ec9281b6ef0ad92f65214edafbd3 100644 (file)
@@ -32,7 +32,8 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer):
     sreg_attributes = {
         "required": {
             "email": "email",
-            "nickname": "username"
+            "nickname": "username",
+            "fullname": "real_name"
         }
     }