Description
Try it out on your free dummy site:
Click Here
Login Secure is an easy-to-use and user-friendly WordPress plugin that secures your website from unauthorized users. Blocks default WordPress login URLs and require a special code in WordPress Login URL.
After installing and activating the plugin, go to ‘Settings>>Login Secure’ link. Enter a unique string and click save changes.
Your WordPress login URL will be the one displayed on that page.
After storing a unique string, your default WordPress login URL will not work, even user can not log in by going to
http://example.com/wp-admin where example.com is your WordPress installation link.
Screenshots
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/login-secure
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Login Secure screen to configure the plugin
- (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
FAQ
-
What will happen if I do not provide a unique string and keep that field blank?
-
You will use the default behavior of WordPress for logging in. E.g, http://example.com/wp-login.php
-
Will there be any extra character in my secure login URL?
-
Yes, just a sign of exclamation(?) after wp-login.php
E.g if your unique string is „test“ then the URL will be
http://example.com/wp-login.php?test
Reviews
Contributors & Developers
“Login Secure” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Login Secure” 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.1
-
Updated Readme file so that users can test the plugin without even installing WordPress.
-
Another change.
1.0
- Initial release of the plugin