內容簡介
IP Based Login 允許您直接從授權的 IP 登錄,而不需要輸入密碼。因此,如果您想允許某人登錄但不希望共享登錄詳細信息,只需使用 IP Based Login 添加其 IP / IP 範圍,當他們訪問您的網站時,他們將自動登錄,無需輸入登錄憑證。
IP Based Login 的特點包括:
[PRO 功能]
- 支持 IPv6
- IP 範圍的中央管理——在我們的中央服務器上添加您的 IP 範圍,可以自動在所有網站上同步 IP 範圍。
[免費功能]
- 創建 IP 範圍
- 支持 IPv4
- 支持 EZProxy
- 支持 Cloudflare
- 選擇當存在於提供範圍中的 IP 時可訪問的用戶名稱
- 批量導入/導出 IP 範圍
- 刪除 IP 範圍
- 啟用/禁用 IP 範圍
- 如果 IP 更改,則終止會話
- 在 GNU GPL 第3版的許可下註冊
- 不會影響從任何其他不存在任何範圍內的 IP 訪問時的狀態
- “is_logged_in_using_ipbl()” 函数允許管理員確定用戶是使用 IP Based 登錄插件還是使用用戶名/密碼登錄的。此函數可以從任何其他主題/插件或任何 PHP 文件中調用。
- 鉤子點 “ipbl_can_auto_login”,在登錄用戶之前調用此鉤子。使用此鉤子,管理員可以決定是否繼續自動登錄。返回 false 以禁止自動登錄,返回 true 以允許自動登錄。注意:此鈎子在檢查允許的 IP 中的訪問 IP 後執行,因此如果訪問 IP 不在允許的列表中,將不會調用此鈎子。
- 鉤子點 “ipbl_auto_logged_in”,在登錄用戶後調用此鉤子。
- 安全可靠
- 沒有保存密碼
注意:對於 EZProxy,請將 /?login 添加到 EZProxy 配置中的您的站點鏈接中。例如,如果您的網站域名是 domain.com,請在 EZProxy 中添加以下鏈接:https://domain.com/?login
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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]
– IPv6 Support
– EZProxy Support
– Analytics – Check sessions usage and find which university/institution is actively accessing your content
– Central Management for IP ranges – Add your IP ranges on our central server and get the IP ranges synced across all your websites automatically.
[Free Features]
– Create IP ranges
– IPv4 Support
– Cloudflare 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
– Terminate Session if IP changed
– 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
[For Publishers]
Just add University IP Address to the plugin and when the students access your website from the University campus or EZ Proxy server they will be automatically authenticated to your WordPress website with the subscriber account you choose while adding the IP address.
[Developers Section]
– is_logged_in_using_ipbl() function to determine if a user is logged in with IP Based login plugin or with username/password
– Add additional layer of check before the user is auto logged using the ipbl_can_auto_login hook
– Execute custom PHP code after the user is auto logged in using the ipbl_auto_logged_in hook
