Description
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.
Screenshots
Installation
- 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.
FAQ
-
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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Hide Login Shield” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Hide Login Shield” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release.