diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2008-08-07 08:01:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-08-07 08:01:58 -0400 |
commit | 5b54999331298974d3a38aef75353c1847ce62a9 (patch) | |
tree | df2d31a6fe662f64762dc470e88bec304fbbf962 | |
parent | e9ce9ad246e8bacda1a0e9195c97c708898b31bc (diff) | |
download | ikiwiki-5b54999331298974d3a38aef75353c1847ce62a9.tar ikiwiki-5b54999331298974d3a38aef75353c1847ce62a9.tar.gz |
-rw-r--r-- | doc/todo/require_CAPTCHA_to_edit.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/todo/require_CAPTCHA_to_edit.mdwn b/doc/todo/require_CAPTCHA_to_edit.mdwn index e42ac259c..110b4167f 100644 --- a/doc/todo/require_CAPTCHA_to_edit.mdwn +++ b/doc/todo/require_CAPTCHA_to_edit.mdwn @@ -2,6 +2,8 @@ I don't necessarily trust all OpenID providers to stop bots. I note that ikiwik I imagine a plugin that modifies the login screen to use <http://recaptcha.net/>. You would then be required to fill in the captcha as well as log in in the normal way. +-- [[users/Will]] + > I hate CAPTCHAs with a passion. Someone else is welcome to write such a > plugin. > @@ -55,7 +57,7 @@ ignored. > This is still not fixed. I would have thought the following patch would > have fixed this second issue, but it doesn't. -(code snipped as a working patch is below) +(code snipped as a working [[patch]] is below) >> What seems to be happing here is that the openid plugin defines a >> validate hook for openid_url that calls validate(). validate() in turn @@ -323,4 +325,3 @@ sub check_answer { } 1; - |