WP Manifestindependent plugin directory
manifest / security / wps-captcha

WPS Captcha

Simplest WP Admin Captcha

by Alexis Bouhet · github.com/zouloux/wps-captcha · website

0stars
0forks

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/zouloux/wps-captcha/archive/refs/heads/main.zip

Declares an update source (https://github.com/zouloux/wps-captcha), so updates arrive through the plugin's own updater.

Readme

WPS - Captcha Wordpress plugin

Very simplified captcha security added on Wordpress Login. This will prevent basic brute force attacks on the form. Is not bulletproof but will discard some bots. Highly inspired from wp-limit-login-attempts

captcha.png

Minimalist

  • No admin message
  • No buy plugin messages
  • No setup

Config

Can be disabled with an env WPS_CAPTCHA_DISABLE=true

Dependencies

It has no dependencies other than Bedrock and Wordpress.

Install

How to install with Bedrock :

composer require zouloux/wps-captcha

Read the full README on GitHub →