openid: Stop suppressing the email field on the Preferences page.

This is needed for notifyemail, and not all openid providers report an
email address, or necessarily the one the user wants to get email.
master
Joey Hess 2014-11-06 15:00:09 -04:00
parent 031ccf618e
commit ea8c7a7e02
2 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,6 @@ sub formbuilder_setup (@) {
size => 1, force => 1,
fieldset => "login",
comment => $session->param("name"));
$form->field(name => "email", type => "hidden");
}
}

1
debian/changelog vendored
View File

@ -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 <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400