Spam Be Gone 0.4.x uses Google's "No CAPTCHA reCAPTCHA" which does not support the old public/private keys, so you need to generate new ones and replace the old ones in your NodeBB Admin Panel, or you will see an error instead of the captcha image, visit this page to do so: https://www.google.com/recaptcha/admin#list
ERROR: Global site keys are not supported
and it will be also reported to Akismet (if enabled)

Cap is self-hosted, so the ACP asks for your own instance:
- API Endpoint:
https://<your-instance>/<site-key>/, the same URL the widget uses - Secret Key: from the Cap dashboard, used for
siteverifyand never handed to the browser - Widget URL: optional, defaults to a pinned
cap-widgetbuild on jsDelivr. Point it athttps://<your-instance>/assets/widget.jsto serve the script yourself
Tokens are single use and verified server-side on registration, and on login when that box is ticked.

