Task #6098
closedStory #6063: ldapweb.cgi enhancements
Make reCaptcha work with AJAX include
Description
Instead of having the perl code generate the catcha content, the template can include the ajax-style of constructing the captcha. This will allow us to use the same method when we include the registration form in the MetacatUI as well.
See:
https://developers.google.com/recaptcha/docs/display?csw=1#AJAX
http://stackoverflow.com/questions/7261436/how-can-i-load-a-recaptcha-form-using-jquery-ajax-while-leaving-the-recaptcha-sc
Updated by ben leinfelder about 11 years ago
- Assignee changed from ben leinfelder to Jing Tao
I included the ajax-style of recaptcha, but need to verify that it works. Jing - do you foresee any issues with using this method?
Updated by ben leinfelder about 11 years ago
This is now rendering on dev2. I did not know the private key for our recaptcha config, so it needs to be tested when that is reconfigured with the correct values.
Updated by ben leinfelder about 11 years ago
- Status changed from New to Closed
- translation missing: en.field_remaining_hours set to 0.0
Works as expected now.