diff --git a/modules/core/lib/Auth/UserPassBase.php b/modules/core/lib/Auth/UserPassBase.php index e688a70ddab6835404c14f663cca92db5e5c25e4..32e4868ac640d998ede7dd103d1a71f3b8e39526 100644 --- a/modules/core/lib/Auth/UserPassBase.php +++ b/modules/core/lib/Auth/UserPassBase.php @@ -256,7 +256,7 @@ abstract class sspmod_core_Auth_UserPassBase extends SimpleSAML_Auth_Source { throw $e; } - SimpleSAML\Logger::stats('User \''.$username.'\' has been successfully authenticated.'); + SimpleSAML\Logger::stats('User \''.$username.'\' successfully authenticated from '.$_SERVER['REMOTE_ADDR']); /* Save the attributes we received from the login-function in the $state-array. */ assert('is_array($attributes)');