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

(-)a/misc/admin/set_password.pl (-1 / +1 lines)
Lines 25-30 use Pod::Usage; Link Here
25
use String::Random;
25
use String::Random;
26
26
27
use Koha::Patrons;
27
use Koha::Patrons;
28
use Koha::Script;
28
29
29
my ( $help, $password, $cardnumber, $patron_id, $userid );
30
my ( $help, $password, $cardnumber, $patron_id, $userid );
30
GetOptions(
31
GetOptions(
31
- 

Return to bug 23193