Task #6098
Story #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
History
#1 Updated by ben leinfelder almost 9 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?
#2 Updated by ben leinfelder almost 9 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.
#3 Updated by ben leinfelder almost 9 years ago
- translation missing: en.field_remaining_hours set to 0.0
- Status changed from New to Closed
Works as expected now.