Popis
IP Based Login allows you to directly login from an allowed IP. So if you want to allow someone to login but you do not want to share the login details just add their IP / IP Range using IP Based Login and when they access your site they will be logged in without having to enter the login credentials.
Features in IP Based Login include:
[PRO Features]
– IPv6 Support
[Free Features]
– Create IP ranges
– IPv4 Support
– Choose the username accessible when accessed by the IP existing in provided range
– Bulk Export/Import IP ranges
– Delete IP ranges
– Enable/Disable IP ranges
– Licensed under GNU GPL version 3
– Does not affect when accessed from any other IPs not existing in any ranges
– „is_logged_in_using_ipbl()“ function allows admin to determine if a user is logged in with IP Based login plugin or with username/password. This function can be called from any other theme/plugin or any PHP file.
– Safe & Secure
– No passwords saved
Instalace
Upload the IP Based Login plugin to your blog, Activate it.
That’s it. You’re done!
Recenze
Autoři
IP Based Login je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „IP Based Login“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “IP Based Login” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
2.0.1
- [Bug Fix] Removed escapeshellcmd function usage as it could be disabled on some servers. Instead we are using esc_sql which is safe.
2.0
- [PRO Feature] Added support for IPv6.
1.5.2
- Trimed whitespaces while importing the CSV file.
- Added error reporting for the rows not imported while importing the CSV file.
1.5.1
- Created the WordPress Test Cookie because some plugins need it. This cookie is generally created on login page but since we are auto login this cookie was not created hence we need to create it.
1.5.0
- Added „Delete All IP Ranges“ to delete all IP ranges at once
- Added support for redirect_to parameter to redirect to a given URL after login
1.4.9
- Improved users list dropdown to load even with over 10k users
1.4.8
- List all users in dropdown for users list
- Minor UI improvements
1.4.7
- Fixed a scenario leading to error about MySQL query syntax in the web server logs
- Added admin login check while exporting the IP Ranges to CSV file
1.4.6
- Added setting to choose the method to detect user’s IP e.g. REMOTE_ADDR, HTTP_X_FORWARDED_FOR or HTTP_CLIENT_IP
1.4.5
- Fix for detecting IP when the client is behind proxy
1.4.4
- Removed usage of Deprecated function get_userdatabylogin(), replaced it with get_user_by()
1.4.3
- Added support for Translations
1.4.2
- Added option to Bulk Export/Import IP ranges
1.4.1
- Display the „Logged in by IP Based Login“ only if the user is actually logged by our plugin.
1.4.0
- Added function „is_logged_in_using_ipbl()“ which allows admin to determine if a user is logged in with IP Based login plugin or with username/password. This function can be called from any other theme/plugin or any PHP file.
1.3.9
- Fixed compatibility issue with PHP 7
1.3.8
- Now compatible with WordPress 4.2.2
- Added Settings link on Plugins page itself
1.3.7
- Compatible with WordPress 4.0
- Fixed the issue that caused error while adding IP range when there was whitespace in Start IP or End IP
1.3.6
- Added the users list dropdown toggle so that the plugin does not break when the site has huge list of users
1.3.5
- Minor User Interface improvements
- Added compatibility with „ARYO Activity Log“ plugin
1.3.4
- User can disable auto login temporarily for 15, 30 or 60 minutes
1.3.3
- Added a note in header stating the user is logged in by IP Based Login
- Added Error Handling for exising IP ranges
- Added IP Based Login details in footer
1.3.1
- Added the list of users in a dropdown while adding an IP range
- Fixed a typo
1.3
- Added Option to Enable/Disble IP Ranges
- Changed Start and End IP columns in database to BIGINT
1.2
- Compatible with WordPress 3.8
1.1
- IP Based Login will now drop the database if the plugin is uninstalled and not when the plugin is deactivated
1.0
- Create IP ranges
- Choose the username accessible when accessed by the IP existing in provided range
- Delete IP ranges
- Licensed under GNU GPL version 3
- Does not affect when accessed from any other IPs not existing in any ranges
- Safe & Secure
- No passwords saved