diff options
author | Joey Hess <joey@kitenet.net> | 2008-06-19 20:44:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-06-19 20:44:15 -0400 |
commit | 6d402b5a9ae7a46504015ca58ff8f8f2761e8062 (patch) | |
tree | dbc066f78a1579f45b471d845683ea91c799eb58 | |
parent | 98095ccac43b4b82d95bd8fd0ce3c8c16a325b22 (diff) | |
download | ikiwiki-6d402b5a9ae7a46504015ca58ff8f8f2761e8062.tar ikiwiki-6d402b5a9ae7a46504015ca58ff8f8f2761e8062.tar.gz |
web commit by http://willu.myopenid.com/: Add a new suggestion for a CAPTCHA on the login page
-rw-r--r-- | doc/todo/require_CAPTCHA_to_edit.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/require_CAPTCHA_to_edit.mdwn b/doc/todo/require_CAPTCHA_to_edit.mdwn new file mode 100644 index 000000000..ec70d2a83 --- /dev/null +++ b/doc/todo/require_CAPTCHA_to_edit.mdwn @@ -0,0 +1,4 @@ +I don't necessarily trust all OpenID providers to stop bots. I note that ikiwiki allows [[banned_users]], and that there are other todos such as [[todo/openid_user_filtering]] that would extend this. However, it might be nice to have a CAPTCHA system. + +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. + |