Use PSR-3 logger for login attempts

Fixes 
This commit is contained in:
ArthurHoaro 2020-10-20 11:47:07 +02:00
parent ca5e98da48
commit b38a1b0209
15 changed files with 170 additions and 124 deletions
application/front/controller/visitor

View file

@ -65,7 +65,6 @@ class LoginController extends ShaarliVisitorController
}
if (!$this->container->loginManager->checkCredentials(
$this->container->environment['REMOTE_ADDR'],
client_ip_id($this->container->environment),
$request->getParam('login'),
$request->getParam('password')