Add changelog entry, use , not
Marcus Ramberg [Wed, 4 Feb 2009 21:46:49 +0000 (21:46 +0000)]
Changes
lib/Catalyst/Authentication/Realm.pm

diff --git a/Changes b/Changes
index a9df2d3..fff580c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+      - Add hook for failing user restore.
       - Fix bug in Credential::Password with password_type: clear.
         - Add test for this.
       - Add mock object tests for Credential::Password with password_type: 
index ea5c6dd..eb57f60 100644 (file)
@@ -192,7 +192,7 @@ sub restore_user {
         # this sets the realm the user originated in.
         $user->auth_realm($self->name);
     } else {
-               $app->log->error("Store claimed to have a restorable user, but restoration failed.  Did you change the user's id_field?");
+               $c->log->error("Store claimed to have a restorable user, but restoration failed.  Did you change the user's id_field?");
                $self->failed_user_restore($c);
        }