Is it possible to replace the devportal Catcha with the Google reCaptcha?

Hi, the devportal login modal User experience looks like the following:

As you can see the thing that verifies if the person is human is a math question. Is there an easy what to replace that math question with the current Google recaptcha? Which currently looks like this:

If so, how?

1 Like

You can do that using this procedure:

http://apigee.com/docs/developer-services/content/add-and-manage-user-accounts#addingcaptcha

One step that was missing is to go to Configuration > People > CAPTCHA and set the challenge type for every place you want to use it. I have just added that step to the doc.

2 Likes

Stephen, thanks, it works perfectly!