You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/CAPTCHA.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,6 @@ Or, using invisible captcha:
228
228
{% endblock %}
229
229
```
230
230
231
-
If captcha validation results in error with code "missing-input-response" you probably did not send reCAPTCHA token in variable "g-recaptcha-response".
232
-
Another error you might encounter is "action-mismatch". In this case make sure that the action you specified in captcha config (globally or per content type)
231
+
If captcha validation results in error with code `missing-input-response` you probably did not send reCAPTCHA token in variable `g-recaptcha-response`.
232
+
Another error you might encounter is `action-mismatch`. In this case make sure that the action you specified in captcha config (globally or per content type)
233
233
is the same as the one you use when executing captcha check.
0 commit comments