Skip to content

Commit

Permalink
Set lower value for recaptcha test on donations page.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Mar 16, 2023
1 parent 22ac960 commit 7a0b926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoproject/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
RECAPTCHA_PUBLIC_KEY = SECRETS.get("recaptcha_public_key")
RECAPTCHA_PRIVATE_KEY = SECRETS.get("recaptcha_private_key")

RECAPTCHA_REQUIRED_SCORE = 1.0
RECAPTCHA_REQUIRED_SCORE = 0.9

0 comments on commit 7a0b926

Please sign in to comment.