]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php
Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuRegisterCommand.php
index 56072d6df9f1b98e99637aec709a4e31ad6610e8..c47c4a6b73983825b8615d4699e06781b3a0acfe 100644 (file)
@@ -111,6 +111,9 @@ class WebShipsimuRegisterCommand extends BaseCommand implements Commandable {
 
                // Validate CAPTCHA input
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_register_verifier_filter'));
+
+               // Validate birthday
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('birthday_register_verifier_filter'));
        }
 }