From: Joey Hess Date: Thu, 6 Nov 2014 19:02:32 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.ikiwiki.info X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/0116509c81314c80bedc88185faa816d046c6ce5?hp=6d1689363d5410af1762851ba9a63c109d65205b Merge branch 'master' of ssh://git.ikiwiki.info --- diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm index 384af7e98..107c6adcb 100644 --- a/IkiWiki/Plugin/openid.pm +++ b/IkiWiki/Plugin/openid.pm @@ -104,7 +104,6 @@ sub formbuilder_setup (@) { size => 1, force => 1, fieldset => "login", comment => $session->param("name")); - $form->field(name => "email", type => "hidden"); } } diff --git a/debian/changelog b/debian/changelog index a698be8e4..727a8047a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium * Added ikiwiki-comment program. * Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.t + * openid: Stop suppressing the email field on the Preferences page. -- Joey Hess Mon, 20 Oct 2014 12:04:49 -0400