=== Simple Login Captcha === Contributors: nnikolov Tags: captcha, login, simple, spam, security, antispam Requires at least: 3.5 Tested up to: 5.1.1 Requires PHP: 5.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds a simple 3-digit text captcha on the login form. == Description == A simple captcha for the WordPress login form. To be able to login, the user is required to enter a random 3-digit number in a text field. The correct number is visible in plain text above the field. = Demo = [https://nikolaydev.com/wp-login.php](https://nikolaydev.com/wp-login.php) = Simple = * No complicated features * No settings * No image generation * No API keys * No sessions * No cookies * No personal data collection * No vulnerabilities in the programming code == Installation == Simply install and activate the plugin, like you would any normal plugin. There are no settings. 1. Visit your [Plugins Add New Screen](https://codex.wordpress.org/Plugins_Add_New_Screen) 2. Find the plugin by searching for: Simple Login Captcha 3. Install the plugin, by clicking the "Install Now" button 4. Activate the plugin, by clicking the "Activate" button == Screenshots == 1. WordPress login form with the simple captcha 2. Viewing the number of blocked and passed requests this month == Changelog == = 1.0.0 = * Initial release.