Skip to content
Snippets Groups Projects
Commit 2903c8cc authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Log a message when a user authenticates successfully.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3340 44740490-163a-0410-bde0-09ae8108e29a
parent 82f02d49
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,8 @@ abstract class sspmod_core_Auth_UserPassBase extends SimpleSAML_Auth_Source {
* was called. We should call login() on the same authentication source.
*/
SimpleSAML_Logger::stats('User \''.$username.'\' has been successfully authenticated.');
/* Attempt to log in. */
$attributes = $source->login($username, $password);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment