derhansen / femanager_dmail_subscribe

Enables direct mail subscription fields in femanager
0 stars 6 forks source link

Missing CaptchaValidator for createAction #9

Closed bitzl closed 6 years ago

bitzl commented 6 years ago

femanager supports captchas to protect user generation. The corresponding validator annotation is in

In2code\Femanager\Controller\NewController::createAction()

but missing in

Derhansen\FemanagerDmailSubscribe\Controller\NewController::createAction()

Therefore, captchas are simply ignored. I'll provide a pull request soon.