about summary refs log tree commit diff
path: root/app/views/auth/confirmations/captcha.html.haml
AgeCommit message (Collapse)Author
2023-02-19Fix incorrect translation string in glitch-soc captcha featureClaire
2022-01-26Add some explanation text on the CAPTCHA confirmation pageClaire
2022-01-25Change CAPTCHA handling to be only on email verificationClaire
This simplifies the implementation considerably, and while not providing ideal UX, it's the most flexible approach.
2022-01-25Add ability to set hCaptcha either on registration form or on e-mail validationClaire
Upshot of CAPTCHA on e-mail validation is it does not need to break the in-band registration API.