=== reCaptcha by WebDesignBy ===
Contributors: websitedesignby
Donate link: https://www.webdesignby.com/
Tags: recaptcha, login, security, wp-admin, google
Requires at least: 3.0.1
Tested up to: 6.9.4
Requires PHP: 5.3
Stable tag: 2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add Google’s reCAPTCHA v2 (“I’m not a robot”) to the WordPress login page.

== Description ==

Add Google’s reCAPTCHA v2 (“I’m not a robot”) checkbox to the default WordPress login page.

This plugin helps protect your WordPress admin area from brute force login attempts by integrating Google’s reCAPTCHA v2 challenge directly into the standard `wp-login.php` form. It blocks automated bots while remaining simple for legitimate users.

The plugin is intentionally lightweight and avoids the issues that can break the login page with other solutions. It works with the default WordPress login flow and does not introduce unnecessary complexity.

Setup is straightforward:
- Install and activate the plugin  
- Generate your site and secret keys from Google  
- Enter your keys in WordPress under Settings → reCaptcha  

Get your API keys:
https://www.google.com/recaptcha/admin

== Installation ==

1. Upload `webdesignby-recaptcha` to the `/wp-content/plugins/` directory  
2. Activate the plugin through the 'Plugins' menu in WordPress  
3. Get your reCAPTCHA API keys from https://www.google.com/recaptcha/admin  
4. Enter your keys in WP Admin → Settings → reCaptcha  

== Frequently Asked Questions ==

= I am getting the error "Invalid domain for site key" on my login page =

This means your API keys are not valid for the current domain.

Generate a new set of keys for your domain:
https://www.google.com/recaptcha/admin

If you are locked out of wp-admin, temporarily remove the plugin via FTP, then reinstall it after generating valid keys.

= I see a parse error after installing the plugin =

Example:
Parse error: syntax error, unexpected T_STRING in /wp-content/plugins/webdesignby-recaptcha/webdesignby-recaptcha.php

This indicates your server is running an outdated PHP version.

Requires PHP 5.3 or higher.

== Changelog ==

= 2.0 =
- Updated for current WordPress compatibility
- Improved stability and login integration
- Cleaned up plugin structure and documentation

== Screenshots ==

1. WordPress login screen with reCAPTCHA v2 checkbox