Support for reCaptcha v2?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/22/2015 4:47:31 PM
Gravatar
Total Posts 537
feet planted firmly on the ground

Support for reCaptcha v2?

reCAPTCHA now has a more user-friendly "v2". As far as I can see this will require code changes in mojo to support it, but it does look like a worthwhile step forwards. https://developers.google.com/recaptcha/  

Is this on the roadmap?

3/23/2015 11:17:12 AM
Gravatar
Total Posts 18439

Re: Support for reCaptcha v2?

I saw the new recaptcha v2 a while back. Unfortunately they do not provide a .net webforms control, they only provide a javascript api and it is very non-trivial to implement a control for this that can work in all the needed contexts such as inside an ajax updatepanel. It took me quite a bit of time and work to get the previous version of recaptcha to work in those scenarios, I had to modify the .net control they provided in order to make it work inside an updatepanel.

I'm too busy on other things to try and take that on right now, but I will keep an eye out for them or someone else to provide an implementation that is easier to plug in.

of course if there are other developers in the community who would like to develop and contribute a wrapper control for this, it would be a very welcome contribution.

You must sign in to post in the forums. This thread is closed to new posts.