跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 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
  • 最后更新:2 周前
  • 活跃安装数量 不到10
  • WordPress 版本 5.8 或更高版本
  • 已测试的最高版本为 7.0.2
  • PHP 版本 7.4 或更高版本
  • 语言
    English (US)
  • 标签
    captchacommentsloginsecurityspam
  • 高级视图

评级

尚未提交反馈。

Your review

查看全部评论

贡献者

  • Bruted

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 未来五分计划
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.