return $self;
}
sub configure {
my ($self , $args) = @_;
$self->go_home();
=head2 retrieve_data
Just return priority. It overrides the one in Koha::Plugin::Base for the test.
sub checkpw {
my ( $self, $dbh, $userid, $password, $query, $type, $no_set_userenv ) = @_;
if ( $userid = 'test' && $password eq 'test' ) {
if ( $userid eq 'test' && $password eq 'test' ) {
return (1, 'test', 'test');
-