How To Avoid Using ReCAPTCHA

as you know, in chinese the google service isnt available. My user cant register. How to avoid using reCAPTCHA.

So that the registration can work well in the chinese webhost.

no one know it?

You will just need to remove any reference to it in the registration controller and registration template, although you are probably going to get flooded with spam registrations. I don’t know what version you are using but the newer versions use noCaptha that just requires a check in most cases.

You will just need to remove any reference to it in the registration controller and registration template, although you are probably going to get flooded with spam registrations. I don’t know what version you are using but the newer versions use noCaptha that just requires a check in most cases.

l have done it, thank you.