X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/cc684c4d984524f07f8ca7cb19c5e8dc5a5d5c14..0b733575a44a527b54afc75b4c2b87b8bc5872a3:/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn diff --git a/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn b/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn index 59fe1e6fb..ca3599660 100644 --- a/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn +++ b/doc/bugs/notifyemail_fails_with_some_openid_providers.mdwn @@ -56,4 +56,12 @@ 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. -Any other ideas? +[[!template id=gitbranch branch=anarcat/openid_email author="[[anarcat]]"]] + +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. + +Any other ideas? --[[anarcat]] + +> Note: it seems that my email *is* given by my OpenID provider, no idea why this is not working, but the fix proposed in my branch works. --[[anarcat]]