
內容簡介
這是一個簡單的 WordPress 登入驗證碼外掛。使用者必須在文本欄位中輸入一個隨機的三位數字才能登入。
正確的數字會透過小型 JavaScript 代碼顯示在欄位上方。外掛與 WooCommerce 登入表單相容。外掛與多站點相容。
示範
https://nikolaydev.com/wp-login.php
簡單
不包括複雜的功能
不包括設置
不使用圖像產生器
沒有 API
不使用會話
不使用 cookies
不使用 IP 地址檢測
不收集個人數據
程式碼中沒有漏洞
建議
機器人也可以嘗試使用 WordPress 的 XML-RPC 功能進行登錄!有時插件也需要此功能(例如 Jetpack 外掛)。但如果您不使用此功能,建議您將其禁用。您可以使用簡單的一行代碼的外掛Disable XML-RPC.
注意事項
這是一個簡單的插件,旨在保護您的網站免受嘗試登錄的機器人。但是,如果有人真正檢視此插件的程式碼並專門設計一個新的機器人以針對此插件,則此機器人將能夠繞過保護。
外掛標籤
開發者團隊
原文外掛簡介
A simple captcha for the WordPress login form. To be able to login, the user is required to enter a random 3-digit number in a text field.
The correct number is displayed above the field by a small JavaScript code. Compatible with the WooCommerce login form. Compatible with multisite.
Demo
https://nikolaydev.com/wp-login.php
Simple
No complicated features
No settings
No image generation
No API
No sessions
No cookies
No IP address detection
No personal data collection
No vulnerabilities in the programming code
Recommendation
Bots can also try to login with the XML-RPC feature of WordPress! Very rarely plugins also need this (like the Jetpack plugin). But if you don’t use it, I recommend that you disable it. You can use the super simple one-line plugin Disable XML-RPC.
Notice
This is a simple plugin designed to protect against random bots that try to login on your site. But if a person actually looks at the code of this plugin and specifically designs a new bot that targets this plugin, this bot would be able to bypass the protection.
