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

Add Email Verification #720

Closed
evgip opened this issue May 15, 2020 · 8 comments
Closed

Add Email Verification #720

evgip opened this issue May 15, 2020 · 8 comments
Labels
enhancement New feature or request

Comments

@evgip
Copy link
Contributor

evgip commented May 15, 2020

Add the ability for the administration of individual instances to enable e-mail verification at its discretion.

The amount of spam on popular resources is often disastrous. Captcha and email verification can make targeted spam attacks much more difficult.

@TheCreeper
Copy link

Regarding Captcha, would a "proof of work" be a viable alternative instead of asking the user to complete a puzzle?

https://scottpeterjohnson.github.io/hashwall/dist/

@evgip
Copy link
Contributor Author

evgip commented May 16, 2020

I agree about the captcha. There are many doubts and questions about its use.

#638

@ptman
Copy link
Contributor

ptman commented Jun 2, 2020

hcaptcha? (instead of recaptcha)

@Nutomic
Copy link
Member

Nutomic commented Jun 2, 2020

@ptman I dont like to use something that depends on an external server.

@Nutomic Nutomic added the enhancement New feature or request label Jun 2, 2020
@ptman
Copy link
Contributor

ptman commented Jun 2, 2020

It must be optional. But in order to fight spam, which has great volume, and sometimes profit motive, a single instance admin or open source project developer doesn't necessarily have enough capacity to deal with it well. I believe cloudflare moved from recaptcha to hcaptcha after having evaluated several options.

Ideally, there would be a federated open source captcha usable for any and all services, but until then something else will have to be used.

@dessalines
Copy link
Member

I'd want it to be something self-hostable, ideally a dockerized thing.

@ptman
Copy link
Contributor

ptman commented Jun 2, 2020

@dessalines
Copy link
Member

We've added captcha instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants