Fixed error in AppUser::post_auth interface.

This commit is contained in:
Chris 2013-01-11 22:44:46 +00:00
parent 98e9654719
commit 2254085764

View File

@ -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;