aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-09-07 14:17:02 -0400
committeradmin <admin@branchable.com>2013-09-07 14:17:02 -0400
commitedea6c2a79be87e4dd575f1745d436e23b56ff02 (patch)
tree8eacb8a4cf1c108e77c9451719b6d7ff40427b7c
parenta234664c8015823cc51cfb72da1939c49c198d2c (diff)
downloadikiwiki-edea6c2a79be87e4dd575f1745d436e23b56ff02.tar
ikiwiki-edea6c2a79be87e4dd575f1745d436e23b56ff02.tar.gz
put this in a branch
-rw-r--r--doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn17
1 files changed, 2 insertions, 15 deletions
diff --git a/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn b/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn
index 5c5b01431..a135b061f 100644
--- a/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn
+++ b/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn
@@ -56,22 +56,9 @@ sub formbuilder_setup (@) {
I believe this could be worked around simply by re-enabling that field and allowing the user to specify an email there by hand, making a note that the OpenID provider's email is used by default.
-Here's the dumbest [[!taglink patch]] that actually fixes the problem for me:
+[[!template id=gitbranch branch=anarcat/openid_email author="[[anarcat]]"]]
-[[!format diff """
-diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm
-index e3b9982..df87ba3 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");
- }
- }
-
-"""]]
+The dumbest [[!taglink patch]] that actually fixes the problem for me is in the branch mentionned here.
It would probably be better to add a comment on the field as indicated above, but it's a good proof of concept.