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
parent
031ccf618e
commit
ea8c7a7e02
|
@ -104,7 +104,6 @@ sub formbuilder_setup (@) {
|
||||||
size => 1, force => 1,
|
size => 1, force => 1,
|
||||||
fieldset => "login",
|
fieldset => "login",
|
||||||
comment => $session->param("name"));
|
comment => $session->param("name"));
|
||||||
$form->field(name => "email", type => "hidden");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium
|
||||||
* Added ikiwiki-comment program.
|
* Added ikiwiki-comment program.
|
||||||
* Add missing build-depends on libcgi-formbuilder-perl, needed for
|
* Add missing build-depends on libcgi-formbuilder-perl, needed for
|
||||||
t/relativity.t
|
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
|
-- Joey Hess <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue