[Plugin: NuCaptcha WordPress Plugin] Nucaptcha is not working on registration
-
Hello, Nucaptcha is present on registration but is not working. Registration is proceed even if I don’t type anything into Nucaptcha box. I would like to mention that Nucaptcha is working perfect on login. I use the latest Version of WordPress 3.4.2, with a premium theme called “Article Directory” but the creator of the theme is not support it anymore. On WP settings I have selected New User Signup and login, all Security options is unchecked. There are 2 files on my theme which is target the registration page, ‘register.php’ which includes the form of registration and ‘register_process.php’ which include the most of the registration functions.
I have place the code
<?php do_action('register_form', $post->ID); ?>
on register.php which includes the form of registration to show up the Nucaptcha.
I did the same to login.php<?php do_action('login_form', $post->ID); ?>
and is worked but not for registration.My site: https://www.articlescommunity.com
I would highly appreciate it if you can help me to make it work and stop bots from registration, thank you very much!Note: I notice that if I uncheck ‘New User Signup’ and check the ‘Login’ from wp Nucaptcha settings then the Nucaptcha form is not appearing to login either.
- The topic ‘[Plugin: NuCaptcha WordPress Plugin] Nucaptcha is not working on registration’ is closed to new replies.