X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fcommands%2Fweb%2Fclass_WebShipsimuProfileCommand.php;h=e8aff7d0e414ee3527f558763b068205d04bf5e1;hp=a9c652e0237ebd448a997bcbca3b06b6fb3cd1ba;hb=d0fec7e5d36612e80b0cf5cbc9af08909664bb0c;hpb=bbf48d46cb9063a4d2b78c106747147712f5474e diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php index a9c652e..e8aff7d 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php @@ -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'));