github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2022-10-08 12:38 am

[dreamwidth/dw-free] 0994dd: Simple Captcha

Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 0994dd2f3268b2e3f2e42497e020925bb1b8b49b https://github.com/dreamwidth/dw-free/commit/0994dd2f3268b2e3f2e42497e020925bb1b8b49b Author: Mark Smith mark@dreamwidth.org Date: 2022-10-08 (Sat, 08 Oct 2022)

Changed paths: M cgi-bin/Apache/LiveJournal.pm M cgi-bin/DW/Captcha.pm M cgi-bin/DW/Controller.pm M cgi-bin/DW/Controller/Auth.pm M etc/config-private.pl.example A views/auth/captcha.tt

Log Message:


Simple Captcha

This adds a very simple site-wide captcha (but only on things that go thru Controller...)

The goal here is to make it so we can replace the external captcha system that we have today with something that is more controllable and user friendly, as hCaptcha is pretty accessible.

Next up, I will try to standardize our captchas so that we have only the one system for doing it, instead of doing it in N different places.