跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Redeyed Sentinel

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

Redeyed Sentinel

由 Bruted 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

Redeyed Sentinel is a free, self-hosted-friendly CAPTCHA and IP-reputation service for WordPress. It protects the forms bots love most — login, registration, lost-password and comments — without tracking your visitors or slowing your site down, and can log every blocked attempt so you can see it working.

The plugin is free to install and does nothing until you enter your keys. With no Site Key and Secret Key configured, Sentinel stays completely inert: no widget is rendered, no requests are made, and your forms behave exactly as before.

What you get

  • Drop-in CAPTCHA widget on the WordPress login, registration, lost-password and comment forms.
  • Server-side verification on submission — tokens are checked against Sentinel using your site’s Secret Key, which is never exposed in page markup.
  • Block log — optionally record every blocked attempt (form, IP, outcome, score, time) and review it under Settings → Sentinel Log.
  • Fail-open by design: if your keys are missing the plugin will not block anyone, and an admin notice reminds you that Sentinel is inactive.
  • Simple settings screen under Settings → Sentinel with per-form on/off switches.
  • Optional widget customization — set a site-wide widget type, theme, colour scheme, minimum difficulty, width and form key. Every field is optional and off by default.
  • Lightweight: one small async script, loaded only on the pages where a protected form appears.

Privacy

Your Secret Key is sent only from your server to the Sentinel verification endpoint (/sentinel/siteverify). It is never printed in HTML. The public Site Key is the only key that appears on the page, which is exactly what it is designed for.

安裝方式

  1. Upload the redeyed-sentinel folder to the /wp-content/plugins/ directory, or install the plugin through the Plugins → Add New screen in WordPress.
  2. Activate the plugin through the Plugins screen. The plugin is installed free and is inactive until you add your keys.
  3. Go to Settings → Sentinel.
  4. In the Redeyed Lab, open Sentinel → Sites, create a site, and copy its Site Key and Secret Key (the Secret Key is shown once).
  5. Paste the Site Key and Secret Key into the plugin settings.
  6. (Optional) Change the Base URL only if you run a self-hosted Sentinel deployment. The default is https://redeyed.com.
  7. Tick the forms you want to protect — Login, Registration, and/or Comments — and save.
  8. (Optional) Fill in any of the Widget Customization fields to change how the widget looks and behaves.

That’s it. Sentinel activates the moment both keys are present and at least one form is enabled.

常見問題集

Does the plugin do anything before I enter my keys?

No. Without both a Site Key and a Secret Key, Sentinel is completely inert. No widget is rendered and no verification requests are made. It is safe to install and leave unconfigured.

Where do I get my keys?

Both keys come from the Redeyed Lab → Sentinel → Sites. Each site has a public Site Key (renders the widget) and a private Secret Key (used only server-side to verify). The Secret Key is shown once when you create the site — copy it then.

Is my Secret Key exposed on the page?

Never. The Secret Key is sent only from your server to the Sentinel verification endpoint (/sentinel/siteverify). It is never written into your HTML and is never displayed back on the settings screen once saved.

What happens if Sentinel can’t be reached when someone submits a form?

If the verification request fails or the token is missing while Sentinel is configured, that submission is blocked. If your keys are not configured at all, the plugin fails open and never blocks a submission.

Can I use this with a self-hosted Sentinel instance?

Yes. Change the Base URL on the settings screen to point at your own Sentinel deployment.

Which forms are supported?

The WordPress login form, the user registration form, and the comment form. Each can be enabled independently.

Can I customize how the widget looks?

Yes. The Widget Customization section of Settings → Sentinel adds six optional, site-wide defaults, each rendered as a data-* attribute on the widget only when you set it:

  • Widget type (data-widget) — e.g. behavioral, checkbox, press_hold, image_pick.
  • Theme (data-theme) — auto, light or dark.
  • Colour scheme (data-scheme) — a Sentinel colour-scheme name.
  • Difficulty (data-difficulty) — easy, medium, hard, max, or 1–6.
  • Width (data-width) — e.g. full, 100% or 340px.
  • Form key (data-form) — an optional form identifier passed to the widget.

Every field is optional; leave any blank to use the Sentinel default. Difficulty only raises the challenge — it sets a minimum strength above the adaptive baseline, and a risky visitor is always challenged hard regardless. With Theme = dark and Difficulty = hard the widget renders as <div class="sentinel-captcha" data-sitekey="…" data-theme="dark" data-difficulty="hard"></div>.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Redeyed Sentinel〉的開發相關工作。

參與者
  • Bruted

將〈Redeyed Sentinel〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.0.5

  • Added Lost Password form protection (with its own on/off toggle), alongside login, registration and comments.
  • Added a Block Log: optionally record every blocked attempt (form, IP, outcome, score, time) and review or clear it under Settings → Sentinel Log. Toggle it under Protected Forms; the table is created on activation and removed on uninstall.

1.0.4

  • Added widget Width option (data-width) and Form key (data-form) to the Widget Customization section. Both are optional and render as data-* attributes only when set.

1.0.3

  • Fixed: the captcha could show “Verified” but the form still failed. Verification now sends the visitor’s real IP (remoteip, proxy/CDN-aware) so it matches the IP that solved the challenge.

1.0.2

  • Added optional widget customization: Widget type, Theme, Colour scheme and Difficulty settings, rendered as data-widget / data-theme / data-scheme / data-difficulty. Difficulty only raises challenge strength above the adaptive baseline.

1.0.1

  • Verification now uses the site’s Secret Key against the public /sentinel/siteverify endpoint — no developer API key required.
  • Renamed the “API Key” setting to “Secret Key” to match the keys shown in the Lab.

1.0.0

  • Initial release.
  • CAPTCHA rendering and server-side verification for login, registration and comment forms.
  • Settings screen with Site Key, Secret Key, Base URL and per-form toggles.
  • Fail-open behaviour and admin notice when keys are missing.

中繼資料

  • 版本 1.0.5
  • 最後更新 1 週前
  • 啟用安裝數 少於 10 次
  • WordPress 版本需求 5.8 或更新版本
  • 已測試相容的 WordPress 版本 7.0.2
  • PHP 版本需求 7.4 或更新版本
  • 語言
    English (US)
  • 標籤:
    captchacommentsloginsecurityspam
  • 進階檢視

評分

這個項目尚無任何評論記錄。

Your review

查看全部使用者評論

參與者

  • Bruted

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.