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
I was wondering if is it possible to add captcha validation to any other page besides registration. I look up the code for login-form.html.twig and it's doesn't extends from the base template for forms. I can add the g-recaptcha-response and it's show up the checkbox but it won't validate this field. It's seems to me it's related to the event onFormProcessed which is never called because the submission of the form is handle directly as a task. . I'm a little lost honestly, i would like to know if this behavior was a decision or it's more like a bug.
Thanks,
Christian
The text was updated successfully, but these errors were encountered:
First of all, thanks for your quick response. I did that. The only difference is that i defined the secret_key on the form plugin config. The captcha shows up on the login form, but it won't validate that it's checked, the login always pass through. I did the same thing for the register form and it works well, the issue is with the other forms from the login plugin.
Hello,
I was wondering if is it possible to add captcha validation to any other page besides registration. I look up the code for login-form.html.twig and it's doesn't extends from the base template for forms. I can add the g-recaptcha-response and it's show up the checkbox but it won't validate this field. It's seems to me it's related to the event onFormProcessed which is never called because the submission of the form is handle directly as a task. . I'm a little lost honestly, i would like to know if this behavior was a decision or it's more like a bug.
Thanks,
Christian
The text was updated successfully, but these errors were encountered: