CGI::Session::Authenticator::Backdoor

Authenticator implementing a backdoor password.

$auth = new CGI::Session::Authenticator( -password => $password );

if ( $auth->authenticated( $param ) ) { ...success... } else { ...failure... }

Returns true if the users's password matches the -password parameter.

CGI::Session::Authenticator::authenticated

It accepts on argument which is a reference to a hash. This hash contains variables which are used to attempt authentication.

The standard values which are used for comparison. The basic ones are '-username' and '-password'.

It returns a true value if the user was successfully authenticated, and a false value if the user was not successfully authenticated.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 57:

'=item' outside of any '=over'

=over without closing =back