summaryrefslogtreecommitdiff
path: root/modules/recaptcha/controllers/admin_recaptcha.php
AgeCommit message (Collapse)Author
2009-01-25Removed all the complex code to locate the forms. Now the adminTim Almdal
screen just has the public and private keys and if the public key is provided a recaptcha box shows up which is used to validate the public private key pair.
2009-01-25Added the ability to identify and present the defined forms to theTim Almdal
adminstrator. The forms are presented as a checklist, I would have preferred a selection list, but Forge doesn't have one. The generated html to contain the recaptcha challenge is defined as <ul> as that was the only way to force itto line up.
2009-01-23The adminstration portion of the recaptcha module. I haven't figured out ↵Tim Almdal
how to integrate it with the other module forms.