13 Oct 2020, 08:45

@peopleinside
You need to define a name field for recaptcha as same we have added for input field.

https://github.com/uvdesk/core-framework/blob/master/Resources/views/login.html.twig#L35

And make it required here as same we did for _username.
https://github.com/uvdesk/core-framework/blob/master/Resources/views/login.html.twig#L94

And check if it works for you !!