Hacker News new | ask | show | jobs
by Rotten194 2123 days ago
Can you enable hcaptcha with a whitelist for known-good accounts? Not ideal but might annoy them enough to give up.
2 comments

hCaptcha founder here. You should be able to do this with some backend code and a small client side change. Happy to help make that happen. What framework are you using?
Unfortunately, all (ok, the only) the hcaptcha plugins available basically just let you enter a sitekey and nothing else/no other configuration possible.
Simply don't add hcaptcha to the page for approved accounts or ignore absence of a solved captcha on the server in submitted data. If you can't whitelist approved accounts, then you have a problem.
See comment by hcaptcha founder above