aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/require_CAPTCHA_to_edit.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-26 16:35:54 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-26 16:35:54 -0400
commitfdc8d981d2555a4a2a7bb8ed1ef1cee7d03749dc (patch)
tree786edd893a865ecb456ce71f9cecfa4cdaacf705 /doc/todo/require_CAPTCHA_to_edit.mdwn
parentd48d73ed866cb477c3ecb6ef9e519e899cfc5fe1 (diff)
downloadikiwiki-fdc8d981d2555a4a2a7bb8ed1ef1cee7d03749dc.tar
ikiwiki-fdc8d981d2555a4a2a7bb8ed1ef1cee7d03749dc.tar.gz
response
Diffstat (limited to 'doc/todo/require_CAPTCHA_to_edit.mdwn')
-rw-r--r--doc/todo/require_CAPTCHA_to_edit.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/require_CAPTCHA_to_edit.mdwn b/doc/todo/require_CAPTCHA_to_edit.mdwn
index cc86eba92..e42ac259c 100644
--- a/doc/todo/require_CAPTCHA_to_edit.mdwn
+++ b/doc/todo/require_CAPTCHA_to_edit.mdwn
@@ -80,6 +80,13 @@ ignored.
>>> Patch is inline below.
>>> I think this whole thing is working now.
+>>>> Ok, glad it's working. Not thrilled that it needs to modify the
+>>>> openid plugin, especially as I'm not sure if i I will integrate the
+>>>> captcha plugin into mainline. Also because it's not very clean to have
+>>>> the oprnid plugin aware of another plugin like that. I'd like to
+>>>> prusue my idea of not doing the captcha validation in the validate
+>>>> hook.
+
--- a/IkiWiki/Plugin/openid.pm
+++ b/IkiWiki/Plugin/openid.pm
@@ -18,6 +18,7 @@ sub getopt () { #{{{