From dea5f99363d4cf8e9ffff967c8cbdb38c8c50507 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 20 Apr 2014 19:24:40 -0400 Subject: Add LDAP authentication --- controllers/user.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'controllers') diff --git a/controllers/user.php b/controllers/user.php index 9e964a4e..cc180976 100644 --- a/controllers/user.php +++ b/controllers/user.php @@ -65,14 +65,6 @@ class User extends Base list($valid, $errors) = $this->user->validateLogin($values); if ($valid) { - - $this->lastLogin->create( - \Model\LastLogin::AUTH_DATABASE, - $this->acl->getUserId(), - $this->user->getIpAddress(), - $this->user->getUserAgent() - ); - $this->response->redirect('?controller=app'); } -- cgit v1.2.3