Open darylSeven opened 7 years ago
Same problem here, I dont need to implement the recaptcha in the fos reset password form. The annotation is affecting any form using the User entity, ignoring if the form is not using recaptcha field.
Solution found here https://github.com/excelwebzone/EWZRecaptchaBundle/issues/144
When you add the validation to your entity, in my case the FOS user entity, like so: `
/**