Closed (fixed)
Project:
CAPTCHA Pack
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2008 at 21:01 UTC
Updated:
2 Aug 2012 at 12:31 UTC
A client of mine had an existing captcha that requested the word "send" on a non-drupal site and wanted the same type of functionality. Foo almost does this but needs to be able to display to admins a configuration option and then recall that option when the captcha is actually used.
| Comment | File | Size | Author |
|---|---|---|---|
| foo_captcha.patch | 1.47 KB | steve.colson |
Comments
Comment #1
steve.colson commentedBumping this. Has anyone had time to look at or test the patch?
Comment #2
soxofaan commented(sorry for the delay)
At first sight the patch looks okay, but if it gets committed, foo_captcha should be renamed to something more sensible and descriptive ;)
Moreover, there is also http://drupal.org/project/riddler which implements more or less the feature you request.
Comment #3
steve.colson commentedCleaning this up. I didn't look extensively at riddler but it looks like it might do something similar to the original request, even if slightly heavier weight at it.
Comment #4
michael_lessard_micles.biz commentedA relatively stupid question :
with this patch, can we enter more than one answer possible ? (for different spellings for example)
Comment #5
steve.colson commentedMichael,
No, the patch was intended for a single instance of a single word only. The riddler module does allow for multiple correct answers according to the project page (see link on #2).