In my Symfony 5.0.8 application, the "validate" method is not called in the "CaptchaValidator" class after sending the login form.
I have integrated the captcha (v2.1.3) as described in the instructions, but it just does not work in my login form.
Could it be that special settings are required for a Symfony login form that are not described in the documentation?
During my research on the Internet I came across the following older post, which describes exactly the same problem that I have now, but with Symfony 2
#99
It would be great if I could be given a tip on how to get the captcha up and running in my login form.
Or is it still not possible to use the gregwar captcha in a Symfony login form?
If you need more information or code examples please let me know.
Kind regards
In my Symfony 5.0.8 application, the "validate" method is not called in the "CaptchaValidator" class after sending the login form.
I have integrated the captcha (v2.1.3) as described in the instructions, but it just does not work in my login form.
Could it be that special settings are required for a Symfony login form that are not described in the documentation?
During my research on the Internet I came across the following older post, which describes exactly the same problem that I have now, but with Symfony 2
#99
It would be great if I could be given a tip on how to get the captcha up and running in my login form.
Or is it still not possible to use the gregwar captcha in a Symfony login form?
If you need more information or code examples please let me know.
Kind regards