Can this module add support for the reCAPTCHA module's key(s).

Comments

ChrisRut’s picture

Seems to already be in discussion here: http://drupal.org/node/150100

Thomas_Zahreddin’s picture

Component: Miscellaneous » Code

I don't like the way of storing the keys in the settings.php, the disadvantage: I have two places to administer the keys, the purpose of the module should be easyness.

And more and more Services use public and private key, so administrators will need these two fields.

greenskin’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Would supplying two services be adequate? A recaptcha_private and a recaptcha_public?