We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
create
Pointers: create.py https://github.com/google/personfinder/blob/master/app/create.py
create.py
We could mimic the logic in e.g. restore.py https://github.com/google/personfinder/blob/master/app/restore.py
restore.py
which seems to make use of a customized recaptcha module. https://github.com/google/personfinder/tree/master/app/recaptcha
recaptcha
The text was updated successfully, but these errors were encountered:
Require reCAPTCHA to create person records. #779
01d4fd9
334df6e
f935cc8
Require reCAPTCHA to create person records. #779 (#799)
80dff4b
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: