Linux 软件免费装
Banner图

Secure Login Shield

开发者 bentreder
更新时间 2025年9月20日 14:00
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

security login custom login wp-login hardening

下载

1.3.0

详情介绍:

Secure Login Shield helps you lock down your WordPress login page.\ By default, WordPress exposes /wp-login.php and /wp-admin/. Bots hammer these URLs every day. This plugin gives you a private login slug (e.g. /dragon-lair) and hides the default login endpoint: Made with ❤️ by Ben Treder

安装:

  1. Upload the secure-login-shield folder to the /wp-content/plugins/ directory or install via Plugins → Add New → Upload.
  2. Activate the plugin through the "Plugins" menu in WordPress.
  3. Go to Settings → Secure Login Shield.
  4. Set your private slug (example: dragon-lair).
  5. Go to Settings → Permalinks → Save Changes (refresh rewrite rules).
  6. If you use a caching plugin or CDN, clear cache to avoid stale redirects.
  7. Log in using https://yoursite.com/dragon-lair.
Important: Bookmark your new login URL! If you forget it, you’ll need to disable the plugin via FTP or database.

屏幕截图:

  • Settings page with a custom private slug (/dragon-lair)

升级注意事项:

1.3.0 After activating, save permalinks and clear cache to ensure your new login URL works correctly.

常见问题:

Will this break my site?

No. By default it uses /wp-login.php until you change it. Deactivating the plugin instantly reverts WordPress to normal behavior.

Can I completely block /wp-login.php?

Yes. Once you set a slug, /wp-login.php (and actions) return a 404 Not Found.

What if I forget my private slug?

Deactivate the plugin via FTP (delete or rename secure-login-shield). WordPress will go back to /wp-login.php.

Does this work with caching plugins or CDNs?

Yes, but after changing your slug, you should clear cache/CDN to avoid serving stale redirects.

更新日志:

1.3.0 1.2.0 1.1.0 1.0.0