Opened 14 years ago
Closed 14 years ago
#9438 closed enhancement (fixed)
Implement recaptcha
Reported by: | Dirk Stöcker | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | not applicable |
Component: | plugin/spamfilter | Version: | |
Severity: | normal | Keywords: | |
Cc: | felix.schwarz@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Additional to the image and text captcha there should be support for recaptcha.
Also a mode to select randomly one of the captcha methods seems useful.
Attachments (0)
Change History (4)
comment:1 by , 14 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
I'd like to have a simple-to-use plugin just for captchas (as these are 'good enough' for my spam filtering needs) - I found spamfilter too complex with all its options. That being said, I'm open to any code sharing and contribution to spamfilter.
However I think the ticket system is not the right place for such a discussion, best you contact me by email (see trac-dev list) or ping me on #trac.
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r10092. Tests and comments welcome.
I'd like to note that I implemented recaptcha support in a trac plugin along with a lot of tests, 0.12 compatibility and all that stuff. You might want to look at the trac_recaptcha package when you go for an implementation in the spamfilter plugin.