I get the message "You must check that box to say you’re not a bot" but there's no check box on my WordPress login form
Note: The option to use Google reCAPTCHA and hCAPTCHA for login/lost password/registration forms has been deprecated. This option is replaced with the silentCAPTCHA system and completely removed since Shield v18.5. This article is for refference use only..
The checkbox in-question here is a checkbox that is automatically inserted into the WordPress login form.
This plugin is founded on using standard WordPress API/hooks/filters. If you are using a custom login form that doesn't use these standards, then it's possible that the form doesn't fire the necessary WordPress hook that allows us to insert the checkbox.
If this is the case, you have 2 options:
- Turn off the GASP option (Bot Protection) within the Login Protection since your custom login form doesn't support it; or
- Don't use a custom login plugin/theme or use one that supports standard WordPress login hooks.
The other possibility is that your browser may not be setup to support Javascript. Your options are:
- enable Javascript on the browser; or
- disable the GASP option.
Read more about GASP option here.
For further reading on GASP protection for WordPress login, read the blog article here.