Lines 48-54
use Exception::Class (
Link Here
|
48 |
'Koha::Exceptions::Password::NoCategoryProvided' => { |
48 |
'Koha::Exceptions::Password::NoCategoryProvided' => { |
49 |
isa => 'Koha::Exceptions::Password', |
49 |
isa => 'Koha::Exceptions::Password', |
50 |
description => 'You must provide a patron\'s category to validate password\'s strength and length' |
50 |
description => 'You must provide a patron\'s category to validate password\'s strength and length' |
51 |
} |
51 |
}, |
|
|
52 |
'Koha::Exceptions::Password::UsedBefore' => { |
53 |
isa => 'Koha::Exceptions::Password', |
54 |
}, |
52 |
); |
55 |
); |
53 |
|
56 |
|
54 |
sub full_message { |
57 |
sub full_message { |