March 21, 2016 at 18:37
#112018
Radu
Moderator
Hi,
The captcha is for user registration spam protection not for login… but if you really want to implement this you will should add this function to wp-content/themes/buddyapp-child/functions.php
COPY CODE
function add_captcha_under_login_form() {
if( function_exists( 'gglcptch_display') ) {
echo gglcptch_display();
}
}
add_action('kleo_after_login_form', 'add_captcha_under_login_form');
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution