From 225408576497f49710630fec0ea3cfc8c76eacac Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 11 Jan 2013 22:44:46 +0000 Subject: [PATCH] Fixed error in AppUser::post_auth interface. --- Webperl/AppUser.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Webperl/AppUser.pm b/Webperl/AppUser.pm index 60e4ce6..0144854 100644 --- a/Webperl/AppUser.pm +++ b/Webperl/AppUser.pm @@ -319,6 +319,7 @@ sub pre_authenticate { sub post_authenticate { my $self = shift; my $username = shift; + my $password = shift; my $auth = shift; my $authmethod = shift;