Complete support for openid and new built-in openid_identifier
[scpubgit/stemmatology.git] / stemmaweb / lib / stemmaweb.pm
index 6cf1729..5a84bf3 100644 (file)
@@ -89,7 +89,7 @@ __PACKAGE__->config(
         action_after_login => '/index',
         send_register_email => 0,
         realm => 'openid',
-        login_fields => { openid => [], # qw/openid_identifier/],
+        login_fields => { openid => [qw/openid_identifier/],
                           default => [qw/username password/],
         },
     },