More improvements and fixes:
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebShipSimuLogin
index 99b2e56dfa88855d5a72bd109fa79f9f5862be23..ad2f1ccaff1e4a50c10b525d6d74dd4b2fb5735b 100644 (file)
@@ -70,7 +70,8 @@ class WebShipSimuLogin???Action extends BaseAction implements Commandable, Regis
         * @todo        Add some filters here
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
-               // Unfinished method
+               // Check for user status by default
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
        }
 }