zillo32 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

reCaptcha uses deprecated API and fails - Site Function + Forms Plugin #606

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In admin, set for reCaptcha use
2. Render a form that expects to use reCaptcha

What is the expected output? What do you see instead?
Expect use of updated reCaptcha API at https://www.google.com/recaptcha/api.js 
in headers and working reCaptcha.

Find use of http://api.recaptcha.net/js/recaptcha_ajax.js in headers and no 
operating reCaptcha

Refer to new reCaptcha documentation at 
https://developers.google.com/recaptcha/ for correct use and update.

Original issue reported on code.google.com by kparent...@omardblairk8.com on 24 Mar 2015 at 3:40