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

Require reCAPTCHA to create person records #779

Open
ryosuketc opened this issue Mar 16, 2021 · 0 comments
Open

Require reCAPTCHA to create person records #779

ryosuketc opened this issue Mar 16, 2021 · 0 comments

Comments

@ryosuketc
Copy link
Contributor

ryosuketc commented Mar 16, 2021

Currently, no reCAPTCHA auth is needed when creating person records, which could result in inappropriate records.
https://google.org/personfinder/test/create

This issue intends to implement reCAPTCHA to the create operation, and reCAPTCHA itself is already used in other operations in the app.

Pointers:
create.py
https://github.com/google/personfinder/blob/master/app/create.py

We could mimic the logic in e.g. restore.py
https://github.com/google/personfinder/blob/master/app/restore.py

which seems to make use of a customized recaptcha module.
https://github.com/google/personfinder/tree/master/app/recaptcha

@ryosuketc ryosuketc changed the title Require reCAPTCHA ti Require reCAPTCHA to create person records Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant