Subject: | Debug statement reports hash value, not user name |
I'm just going through the tutorial for the first time, and log messages
like the following show up:
[Wed May 17 15:11:38 2006] [catalyst] [debug] Successfully authenticated
user 'Catalyst::Plugin::Authentication::User::Hash=HASH(0x93a9e68)'.
The included patch changes this to be:
[Wed May 17 15:14:08 2006] [catalyst] [debug] Successfully authenticated
user 'fred'.
Perl 5.8.8
Catalyst-Plugin-Authentication-0.07
Fedora Core 5 (FC5)
Subject: | a |