excelwebzone / EWZRecaptchaBundle

This bundle provides easy reCAPTCHA form field for Symfony.
MIT License
395 stars 160 forks source link

Recaptcha/IsTrue and Resetting passwords #172

Open darylSeven opened 7 years ago

darylSeven commented 7 years ago

When you add the validation to your entity, in my case the FOS user entity, like so: `
/**

deivid11 commented 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.

deivid11 commented 7 years ago

Solution found here https://github.com/excelwebzone/EWZRecaptchaBundle/issues/144