Adding Google Recaptcha to yclas register form
This post shows minimum changes required in source code to add google recaptcha in the register form of yclass. Modify themes/reclassifieds3/views/pages/auth/register-form.php to add below code Then modify ./oc/classes/controller/panel/auth.php to make sure that this recaptch check is successful by adding below code, Above code will add recaptcha to user registration for and only if recaptcha is … Read more