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 guide for Recaptcha on sign up #4

Open
maartenvanvliet opened this issue Sep 16, 2019 · 1 comment
Open

Add guide for Recaptcha on sign up #4

maartenvanvliet opened this issue Sep 16, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@maartenvanvliet
Copy link
Collaborator

A guide could be added to illustrate how to add recaptcha to the sign up form. Recaptcha is a common way to add a captcha to a sign up form.

See https://github.com/plataformatec/devise/wiki/How-To:-Use-Recaptcha-with-Devise for a similar guide for Devise.

@maartenvanvliet maartenvanvliet added the enhancement New feature or request label Sep 16, 2019
@danschultzer
Copy link
Collaborator

Obviously custom controllers would be used, but this could also be dealt with in a plug and devs can keep on using the default Pow controllers. The downside is that if something goes wrong, then all the filled in values will be lost. However, with reCAPTCHA we can be pretty sure that very few will get an error response since the validation already has happened client side with JS.

For this guide I would also be interested to see alternatives to reCAPTCHA so it's not just depending on one service.

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

2 participants