X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstemmaweb.pm;h=336605570ea185076e1c70c6f468c545d8d387ec;hb=51cece70cc0a96df15796b556bb7f4a15d85802e;hp=5a84bf356c18720ddcfe4111d585c63236033970;hpb=75daf9827797e7b0991948dd7a1c1e43f5e90a82;p=scpubgit%2Fstemmaweb.git diff --git a/lib/stemmaweb.pm b/lib/stemmaweb.pm index 5a84bf3..3366055 100644 --- a/lib/stemmaweb.pm +++ b/lib/stemmaweb.pm @@ -73,6 +73,17 @@ __PACKAGE__->config( openid => { credential => { class => 'OpenID', + extensions => ['http://openid.net/srv/ax/1.0' => + { + ns => 'ax', + uri => 'http://openid.net/srv/ax/1.0', + mode => 'fetch_request', + required => 'email', + type => { + email => 'http://axschema.org/contact/email' + } + } + ], }, store => { class => 'Model::KiokuDB',