diff --git a/interface/web/login/index.php b/interface/web/login/index.php
index a9592c34604629463a74ec2345f1bd40733438a5..be3d3bd834e0306e8ef850bcd2db438f3f6bb4eb 100644
--- a/interface/web/login/index.php
+++ b/interface/web/login/index.php
@@ -292,6 +292,7 @@ if(count($_POST) > 0) {
 								header('Location: otp.php');
 								die();
 							} else {
+								$app->auth_log('Successful login for user \''. $username .'\' from '. $_SERVER['REMOTE_ADDR'] .' at '. date('Y-m-d H:i:s') . ' with session ID ' .session_id());
 								header('Location: ../index.php');
 								die();
 							}