From 5e0045b128b46cd9611d86731803bc3a910cd275 Mon Sep 17 00:00:00 2001 From: svncommit Date: Fri, 6 Jun 2008 11:11:30 +0000 Subject: Add option to log successful logins. --- index.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index ea62f9aea..9f4d9148a 100644 --- a/index.php +++ b/index.php @@ -86,6 +86,13 @@ if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') { // send auth cookie if necessary $RCMAIL->authenticate_session(); + // log successful login + if ($RCMAIL->config->get('log_logins') && $RCMAIL->config->get('debug_level') & 1) + console(sprintf('Successful login for %s (id %d) from %s', + trim(get_input_value('_user', RCUBE_INPUT_POST), ' '), + $_SESSION['user_id'], + $_SERVER['REMOTE_ADDR'])); + // send redirect header("Location: {$RCMAIL->comm_path}"); exit; -- cgit v1.2.3