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

(-)a/misc/devel/create_superlibrarian.pl (-2 / +2 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
my $digest = Koha::AuthUtils::hash_password($password);
53
$patron->update({password => $digest,});
53
54
54
=head1 NAME
55
=head1 NAME
55
56
56
- 

Return to bug 21992