setName('login:unblock-blocked-ips'); $this->setDescription('Unblocks all currently blocked IPs. Useful if you cannot log in to your Matomo anymore because your own IP is blocked'); } protected function execute(InputInterface $input, OutputInterface $output) { Request::processRequest('Login.unblockBruteForceIPs'); $message = sprintf('%s', Piwik::translate('General_Done')); $output->writeln($message); } }