Login Support by Christopher Ross
Harden WordPress login security with custom slugs, rate limiting, recovery tokens, and Site Health integration.
by Christopher Ross · github.com/thisismyurl/thisismyurl-login-support · 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/thisismyurl/thisismyurl-login-support/archive/refs/heads/main.zipFrom the readme
Login Support
Hardens the WordPress login flow with rate limiting, IP lockouts, and an audit log you can read from the admin screen.
What it does
- Caps the number of login attempts per IP before a lockout kicks in. You set the ceiling.
- Gives you an admin screen to see which IPs are locked and release them by hand.
- Keeps a timestamped log of failed and successful logins.
- Clears expired lockout records on a WP-Cron schedule, so the table doesn't grow forever.
What it does not do
It runs entirely on your own site. There's no external service to sign up for, no cloud account, and no telemetry phoning home. Nothing about your login traffic leaves the server.
Requirements
- WordPress 6.4+
- PHP 8.1+
Installation
1. Upload the plugin to /wp-content/plugins/thisismyurl-login-support/.
2. Activate it through the WordPress Plugins screen.
3. Go to Settings Login Support to set your thresholds.
Versioning
Versions follow X.Yjjj.hhmm — year, Julian day, 24-hour time of the build.
About
Login Support is built and maintained by Christopher Ross. I build focused WordPress tools for problems that keep showing up across real sites. No tracking, no ads, no upsells.
WordPres
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.6164.1421 | Jun 13, 2026 |
| 1.6158.1440 | Jun 7, 2026 |
| 1.6149.0734 | May 29, 2026 |
| 1.6148.2110 | May 29, 2026 |
| v1.6147 | May 27, 2026 |
| v1.6143 | May 23, 2026 |
| v0.6112 | Apr 22, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.