Captive-Portal
view release on metacpan or search on metacpan
lib/Captive/Portal/Role/AuthenSimple.pm view on Meta::CPAN
DEBUG('build the authenticator object');
$authen_singleton = Authen::Simple->new(@authen_simple_objects)
or LOGDIE "Couldn't create the Authen::Simple object\n";
return 1;
}
=item $capo->authenticate($username, $password)
Call the authenticator object with credentials. Returns true on success and false on failure.
=cut
sub authenticate {
my $self = shift;
my $username = $_[0];
DEBUG("try to authenticate user $username");
( run in 0.220 second using v1.01-cache-2.11-cpan-4d50c553e7e )