View | Details | Raw Unified | Return to bug 22048
Collapse All | Expand All

(-)a/misc/devel/create_superlibrarian.pl (-2 / +1 lines)
Lines 49-55 my $patron = Koha::Patron->new({ Link Here
49
    flags        => 1,
49
    flags        => 1,
50
})->store;
50
})->store;
51
51
52
$patron->update_password( $userid, $password );
52
$patron->set_password({ password => $password, skip_validation => 1 });
53
53
54
=head1 NAME
54
=head1 NAME
55
55
56
- 

Return to bug 22048