Fixed error in AppUser::post_auth interface.
This commit is contained in:
parent
98e9654719
commit
2254085764
@ -319,6 +319,7 @@ sub pre_authenticate {
|
|||||||
sub post_authenticate {
|
sub post_authenticate {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $username = shift;
|
my $username = shift;
|
||||||
|
my $password = shift;
|
||||||
my $auth = shift;
|
my $auth = shift;
|
||||||
my $authmethod = shift;
|
my $authmethod = shift;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user