描述
Hide Login Shield allows you to change the default login URL from wp-login.php
to a custom path. This increases security by obscuring the standard login route that attackers typically target.
Key Features:
* Easily set a custom login URL (e.g., yoursite.com/mylogin
).
* Redirects attempts to access the default login page to your homepage.
* If you forget the custom login URL, you can restore access by disabling or removing the plugin via FTP or your hosting file manager.
This plugin enhances security by making it harder for unauthorized users to guess your login URL. It uses WordPress hooks and rewrite rules without modifying core files.
螢幕截圖
安裝
- Upload the
hide-login-shield
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to “Settings > Hide Login Shield” to set your custom login URL.
- Save the changes. The plugin will display the new login URL after saving.
常見問題
-
What if I forget my custom login URL?
-
If you forget your custom login URL, you can regain access by disabling or removing the plugin via FTP or your hosting file manager. Once the plugin is disabled, the default
wp-login.php
URL will be restored. -
Does this plugin change core WordPress files?
-
No. The plugin uses hooks and rewrite rules to alter the login URL without modifying core WordPress files.
評價
There are no reviews for this plugin.
貢獻者及開發者
修改日誌
1.0
- Initial release.