Revision: 3340
Author:   jaim...@gmail.com
Date:     Tue Jan 28 15:19:28 2014 UTC
Log:      Log a message when a user authenticates successfully.
http://code.google.com/p/simplesamlphp/source/detail?r=3340

Modified:
 /trunk/modules/core/lib/Auth/UserPassBase.php

=======================================
--- /trunk/modules/core/lib/Auth/UserPassBase.php Tue Jan 28 00:24:41 2014 UTC +++ /trunk/modules/core/lib/Auth/UserPassBase.php Tue Jan 28 15:19:28 2014 UTC
@@ -218,6 +218,8 @@
                 * 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);

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simplesamlphp-commits+unsubscr...@googlegroups.com.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
Visit this group at http://groups.google.com/group/simplesamlphp-commits.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to