mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #676] add audio option to confirm captcha code #1042
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#1042
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geazi-anc on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/676
In register page, is just possible create an account confirming captcha code, a text into an image.
However, this method is bad for people with visual impairment. A way for solve this problem is add an alternative captcha method using an audio option. With this solution, people with visual impairment are also able to create an account.
I am visual impaired. Any doubts, please contact me.
@willbrowningme commented on GitHub (Sep 4, 2024):
I was previously using this package - https://github.com/mewebstudio/captcha for the Captcha.
I've just updated the site to use Cloudflare Turnstile which is a privacy friendly captcha to protect those pages.
This should make for a much easier and smoother experience on those pages.