[Rt-commit] r5503 - in RT-Authen-Bitcard: .
kevinr at bestpractical.com
kevinr at bestpractical.com
Mon Jul 3 16:02:18 EDT 2006
Author: kevinr
Date: Mon Jul 3 16:02:17 2006
New Revision: 5503
Modified:
RT-Authen-Bitcard/ (props changed)
RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth
Log:
r14291 at sad-girl-in-snow: kevinr | 2006-07-03 15:59:21 -0400
* Added a debug message when $bc->verify() fails.
Modified: RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth
==============================================================================
--- RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth (original)
+++ RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth Mon Jul 3 16:02:17 2006
@@ -12,6 +12,7 @@
my $user = $bc->verify(\%ARGS)
or $RT::Logger->warn($bc->errstr);
+ $RT::Logger->debug("Bitcard verify() returned null: @{[$bc->errstr]}") unless $user;
### changing the 'defined $user->{'email}' line back to '$user' enables the
### fsck.com #7277 exploit, if you've saved the 'Manage your Bitcard account'
More information about the Rt-commit
mailing list