Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate OSS Captcha options or build an OSS captcha to use on open source design's jobs form #237

Open
m1guelpf opened this issue Sep 10, 2018 · 14 comments
Assignees
Labels
enhancement An issue that improves in some way the open source design wesbsite Jobs An issue related to the Job board repo https://github.com/opensourcedesign/jobs spike A spike is a development research and investigation task.

Comments

@m1guelpf
Copy link
Member

m1guelpf commented Sep 10, 2018

Recently we've been getting some automated-looking submissions. Maybe it's time to add a captcha?


Edit 22.06.2021

We don't think spam/automated job submissions are a problem anymore, however we're changing this issue to be more a dev 'spike' issue to investigate OSS captcha's or possibly look at building one 😄

@belenbarrospena
Copy link
Member

thanks for opening this @m1guelpf ! we do need to do something about that spam

@elioqoshi
Copy link
Member

Is there any good captcha which is open source and not maintained by Google?

@amrs-tech
Copy link

I'd like to try creating a captcha on my own. Can you please assign this to me and give me some time to complete this task ?

@evalica
Copy link
Member

evalica commented Oct 2, 2018

@amrs-tech go ahead and give it a try. let us know about your progress.

@amrs-tech
Copy link

@evalica Okay

@ei8fdb
Copy link
Member

ei8fdb commented Jan 29, 2019

@amrs-tech Did you get anywhere with the captcha development? It would need to be usable by all - visual and hearing impaired, and keyboard only users.

If you have something to test, I'd be happy to do an accessibility review of it with you.

@amrs-tech
Copy link

@ei8fdb Sorry, I was busy with my exams, so couldn't do that. Sure, I'll report the status to you after February 16

@ei8fdb
Copy link
Member

ei8fdb commented Jan 29, 2019

OK not a problem! I'm in no rush ;)

@jancborchardt jancborchardt transferred this issue from opensourcedesign/jobs May 14, 2019
@jancborchardt jancborchardt added enhancement An issue that improves in some way the open source design wesbsite Jobs An issue related to the Job board repo https://github.com/opensourcedesign/jobs labels May 14, 2019
@eupiteco
Copy link
Contributor

eupiteco commented May 28, 2019

Hi yall! Stumbled on a smart solution that can kinda solve the bot submission problem: put an input field that is not visible or reachable by human users and use that as a flag for form-filling-bots detection. If the field is filled on submission, you'll know it was a bot and can disable the submission button.
That can be achieved simply by placing it at the beginning of the form with inline css like position: absolute; left: -5000px;

What do you think? Have someone seen anything like that? Is it safe to use? If this is not unsafe I think it would be a very much simple and quick solution.

Edit: sry for the closing/reopening, mouse issues :/

@eupiteco eupiteco reopened this May 28, 2019
@RDIL
Copy link
Member

RDIL commented May 28, 2019

Works for me, but I think this may be a problem for padding on mobile

@RDIL
Copy link
Member

RDIL commented Nov 12, 2019

@elioqoshi one alternative to that would be hcaptcha

@razetime
Copy link
Contributor

hCaptcha is available, but it's still not an open source alternative for Google's ReCaptcha.
I was able to find https://visualcaptcha.net/ (deprecated), but it seems usable, and is Open Source.

@ei8fdb
Copy link
Member

ei8fdb commented Jun 23, 2020

Before a captcha is implemented - is the "automated job submission" issue still an issue? I'm not sure it currently is.

I would agree with getting one ready, so we can turn it on or off, but I would disagree with implementing one forever.

@Erioldoesdesign
Copy link
Member

I think this issue can be updated to a sort of 'spike' to still investigate captcha for when we might need it or create our own.
I'll update the issue copy!

@Erioldoesdesign Erioldoesdesign changed the title Captcha Investigate OSS Captcha options or build an OSS captcha to use on open source design's jobs form Jun 22, 2021
@Erioldoesdesign Erioldoesdesign added the spike A spike is a development research and investigation task. label Jun 22, 2021
@eupiteco eupiteco self-assigned this Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue that improves in some way the open source design wesbsite Jobs An issue related to the Job board repo https://github.com/opensourcedesign/jobs spike A spike is a development research and investigation task.
Development

No branches or pull requests