Merge pull request from ArthurHoaro/feature/psr3

This commit is contained in:
ArthurHoaro 2020-10-24 11:37:29 +02:00 committed by GitHub
commit 820cae27cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 172 additions and 125 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')