Linux 软件免费装

IP Based Login

开发者 brijeshk89
更新时间 2024年4月12日 13:06
PHP版本: 5.6 及以上
WordPress版本: 6.5
版权: GPLv3 or later
版权网址: 版权信息

标签

login authentication ip access management credentials auto auth central based easy access ipv4 ipv6 ip based login ezproxy ip based authentication

下载

2.2.8 1.3.2 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.8 1.4.9 1.5.0 1.5.2 2.0 2.0.1 2.2.9 1.2 2.2.4 1.0 2.0.2 2.0.5 2.1.0 2.2.0 1.4.6 1.5.1 2.0.3 2.0.6 2.0.7 2.2.1 2.2.2 2.0.4 1.3 1.3.4 2.2.3 2.2.7 2.3.1 2.3.2 2.3.3 2.3.4 1.3.6 1.3.7 1.3.8 2.2.5 2.3.0 2.3.5 2.3.6 1.1 1.3.1 1.3.3 2.3.10 2.3.11 2.3.8 2.3.9 1.3.9 1.4.7 2.2.6 2.3.7

详情介绍:

IP Based Login allows you to directly login from an authorized IP without password. 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] [Developers Section]

安装:

Upload the IP Based Login plugin to your blog, Activate it. That's it. You're done!

常见问题:

How do I configure EZProxy?

For EZProxy please add /?login to your site URL in the EZProxy config file (Config.txt) E.g. If your website URL is domain.com please add the URL in EZProxy (Config.txt) as URL https://domain.com/?login Then Login to WordPress admin panel and go to IP Based Login page from left menu and select the IP Detection Preference as (EZProxy) PROXY_REMOTE_ADDR That's it! Try to login from your EZProxy server now.

How do I temporarily disable auto login and login as another user?

If your IP is in the allowed list you will be logged into the user assigned for that IP in the settings, however if you want to disable auto login for some time and login as another user please hover on the "Logged in by IP Based Login" link in the admin bar in WordPress admin panel and you will find the option to disable auto login for 1, 15, 30 or 60 minutes. If you are auto logged as a non admin user and do not have access to admin panel you can create a custom floating logout button using the following post : https://wordpress.org/support/topic/reopen-ip-login-as-option/#post-16772750

How do I determine (using PHP) if the current user is logged in using IP Based Login?

Use the function is_logged_in_using_ipbl() which allows you to determine if a user is logged in with Auto Login via IP Based login plugin or with manual login using username/password. This function returns true if the user is logged in with Auto Login via IP Based Login plugin else false. This function can be called from any other theme/plugin or any PHP file.

How do I add additional layer of check before the user is auto logged in?

The Hook point "ipbl_can_auto_login" is called just before logging in the user via IP Based Login plugin. Using this hook you can decide to proceed with auto login or not. Return false in this hook to disallow auto login, return true to allow auto login. Note : This hook is executed after the IP check with the allowed IPs in database so if the accessing IP is not in the allowed list this hook will not be called.

How do I execute custom PHP code after the user is auto logged in?

The Hook point "ipbl_auto_logged_in" is called immediately after the user is auto logged in via IP Based Login plugin. You can use this hook to execute any custom PHP code after the user is auto logged in.

更新日志:

2.3.11 12th April 2024 2.3.10 22nd November 2023 2.3.9 3rd November 2023 2.3.8 26th October 2023 2.3.7 1st September 2023 2.3.6 5th June 2023 2.3.5 22nd April 2023 2.3.4 18th April 2023 2.3.3 7th April 2023 2.3.2 11th February 2023 2.3.1 4th February 2023 2.3.0 2nd November 2022 2.2.9 24th October 2022 2.2.8 27th September 2022 2.2.7 27th August 2022 2.2.6 4th May 2022 2.2.5 1st May 2022 2.2.4 27th February 2022 2.2.3 30th January 2022 2.2.2 24th January 2022 2.2.1 23rd January 2022 2.2.0 10th January 2022 2.1.0 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0 1.5.2 1.5.1 1.5.0 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.9 1.3.8 1.3.7 1.3.6 1.3.5 1.3.4 1.3.3 1.3.1 1.3 1.2 1.1 1.0