I follow tutorial here how to install rcguard to enable recaptcha http://notes.sagredo.eu/en/qmail-notes-185/roundcube-plugins-35.html
Also i updated the roundcube plugin config here:
// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
'password',
'archive',
'zipdownload',
'rcguard',
);
Database has been created. Everything is done. When I try login 5 times, still the plugin did not active recaptcha. How can I debug this?
Also i updated the roundcube plugin config here:
// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
'password',
'archive',
'zipdownload',
'rcguard',
);
Database has been created. Everything is done. When I try login 5 times, still the plugin did not active recaptcha. How can I debug this?