Updated on Nov 1, 2018
In order to increase the security and to prevent spam bots from creating fake profiles on your website you will need to take advantage of the reCaptcha human verification service. PHPFox Neutron comes fully integrated with that service and the only thing you will need to do is to enable it.
In this tutorial we will illustrate how to enable and configure the reCaptcha human verification method in just two easy to follow steps.
First before you can begin configuring the feature you will need to have the appropriate keys issued. These are two randomly generated strings called Public key and Private key. These should be generated at:
www.google.com/recaptcha
Click on the Get reCAPTCHA button at the top right corner.
This will direct you to a registration form which you must fill:
Once you have entered the correct information click on the Register button. Next you will be directed to your just generated Public key and Private key.
You will need to copy those keys to the appropriate fields in the reCAPTCHA application form in your website. To do so you will need to login to your admin dashboard on your site and click on the Apps section in your main panel.
Select the application reCAPTCHA.
Click on the Get It button and copy the Public and Private key to the corresponding fields in the application. Don’t forget to click the Save button once you are done.
You have successfully enabled reCAPTCHA for your website. Congratulations.