From: Jess Robinson Date: Mon, 28 May 2012 13:42:22 +0000 (+0000) Subject: Fix openid attribute fetching using Credential::OpenID X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=commitdiff_plain;h=59acd833609a5c50cf17d1cc680781d8d9501451 Fix openid attribute fetching using Credential::OpenID --- diff --git a/stemmaweb/lib/stemmaweb.pm b/stemmaweb/lib/stemmaweb.pm index 3f66d19..dc96b2b 100644 --- a/stemmaweb/lib/stemmaweb.pm +++ b/stemmaweb/lib/stemmaweb.pm @@ -79,9 +79,10 @@ __PACKAGE__->config( uri => 'http://openid.net/srv/ax/1.0', mode => 'fetch_request', required => 'email', - type => { - email => 'http://axschema.org/contact/email' - } + 'type.email' => 'http://axschema.org/contact/email', + # type => { + # email => 'http://axschema.org/contact/email' + # } } ], },