Description
Authorize IP Address provides enhanced security by requiring users to whitelist their IP address.
If the IP address is not recognized, the plugin will send an email to the user with a link that contains a one-time key. Optionally the blog administrator can also be notified.
If a user logs in from a known IP address no further action is required.
What does this Plugin do?
- Prevent from sharing login details. Users can login from only approved ip address from the user via email.
- Each time a user logs in, the plugin will compare their existing IP address to the last seen IP address.
- User First Time login IP address will be automaticly add to whitelist.
- If the IP does not match or no IP addresses have been whitelisted, an email will be sent to the users registered email address.
- The user must login to their email and click the included link, which contains the one-time password.
- The plugin can be configured to also send an email to the blog administrator as well as the user.
Installation
This Plugin works without you having to make any changes.
- Search for the plugin using the WordPress Plugin Installer OR download and unzip the directory into your plugins directory.
- Activate the Plugin through the ‘Plugins’ menu in WordPress – Upon activation, your current IP will be automatically whitelisted.
- Optionally enable notifications of Blog Admin.
- Enjoy the enhanced security!
FAQ
- Way I develop this Plugin?
-
I develop this plugin to prevent from sharing login details. It is specialy Good for Membership websites to prevent from selling memberships for free.
Only Original user can login with his account because everytime when somebody will try to login with his login and password from unknown ip he will be blocked and asked for email confirmation. - Can I help you develop this Plugin?
-
Yes, I am open to anyone with experience who can provide assistance in making this Plugin better. Just send me a message.
- How to ask a question?
-
Email me at jovevskitoni@gmail.com and ask me a question.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Authorize IP Address” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Authorize IP Address” 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
- Added Manual approve and remove IP Address for only one client
1.0.0
- Fixed: Works For all types of users