Skip to content
Snippets Groups Projects
Commit 83fb7f86 authored by Mike Holisky's avatar Mike Holisky
Browse files

Reverted requested change to unsuccessful log message.

parent fed70147
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ abstract class sspmod_core_Auth_UserPassBase extends SimpleSAML_Auth_Source {
try {
$attributes = $source->login($username, $password);
} catch (Exception $e) {
SimpleSAML\Logger::stats('User \''.$username.'\' Unsuccessful login attempt from '.$_SERVER['REMOTE_ADDR']);
SimpleSAML\Logger::stats('Unsuccessful login attempt from '.$_SERVER['REMOTE_ADDR'].'.');
throw $e;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment