WP Manifestindependent plugin directory
manifest / security / recaptcha-for-wp

reCAPTCHA for WordPress

Invisible reCAPTCHA integration for the WordPress login.

by Ryan McLaughlin · github.com/ssnepenthe/recaptcha-for-wp · website

1stars
26composer installs
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ssnepenthe/recaptcha-for-wp/archive/refs/heads/master.zip

Also on Packagist as ssnepenthe/recaptcha-for-wp:

composer require ssnepenthe/recaptcha-for-wp

From the readme

recaptcha-for-wp Invisible reCAPTCHA integration for the WordPress login. Requirements WordPress 4.7 or later, PHP 5.4 or later and Composer. Installation OR Usage To use this plugin you must provide API keys from reCAPTCHA. First sign up for reCAPTCHA, register your site for Invisible reCAPTCHA and get your keys. Then activate the plugin and provide your keys under settings reCAPTCHA. That's it! Invisible reCAPTCHA is automatically enabled for the login, lost password and registration forms. Configuration Plugin settings can be overridden via the following constants: RFWLOGIN: whether to integrate reCAPTCHA with the login form. Must be a string, "1" (for enabled) or "0" (for disabled). RFWLOSTPASSWORD: whether to integrate reCAPTCHA with the lost password form. Must be a string, "1" (for enabled) or "0" (for disabled). RFWREGISTRATION: whether to integrate reCAPTCHA with the registration form. Must be a string, "1" (for enabled) or "0" (for disabled). RFWSECRETKEY: the "secret" API key provided by reCAPTCHA. Must be a string. RFWSITEKEY: the "site" API key provided by reCAPTCHA. Must be a string. Considerations If you have any browser extensions installed for privac

Read the full README on GitHub →