diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-19 22:38:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-19 22:38:17 -0400 |
commit | c4c31ea48f9118fd0ea29c40074a3e911c63b145 (patch) | |
tree | 2006c17c2e28994f3e9a81dc4ff75b79e8edbdcb /doc | |
parent | 1b6b4da3a3fd34b7ac9bf3d7e7928af4bc35b81f (diff) | |
parent | 6d402b5a9ae7a46504015ca58ff8f8f2761e8062 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-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. + |