More improvements and fixes:
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuProfileCommand.php
index a9c652e0237ebd448a997bcbca3b06b6fb3cd1ba..e8aff7d0e414ee3527f558763b068205d04bf5e1 100644 (file)
@@ -133,6 +133,9 @@ class WebShipsimuProfileCommand extends BaseCommand implements Commandable {
                // Account password validation
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('account_password_filter'));
 
+               // Validate CAPTCHA input
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_profile_verifier_filter'));
+
                // Email changed
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('email_change_filter'));