Giving users the option not to use reCAPTCHA. If you don't input reCAPTCHA keys, basic spam protection will be enabled, even though its less effective.
This commit is contained in:
@@ -40,6 +40,8 @@ ISQ::$social = array(
|
||||
|
||||
// reCAPTCHA API KEYS
|
||||
// Get yourls from https://www.google.com/recaptcha/admin
|
||||
// If you don't want to use reCAPTCHA, that's cool. Leave this empty, and basic
|
||||
// antispam protection will be provided.
|
||||
ISQ::$recaptcha = array(
|
||||
'sitekey' => '',
|
||||
'secret' => ''
|
||||
|
||||
Reference in New Issue
Block a user