Bug 21233: (QA follow-up) It is not only trailing whitespace characters
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
4e8d22a51b
commit
cf3dbedae7
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ use Exception::Class (
|
|||
isa => 'Koha::Exceptions::Password',
|
||||
description => 'Password is too weak'
|
||||
},
|
||||
'Koha::Exceptions::Password::TrailingWhitespace' => {
|
||||
'Koha::Exceptions::Password::WhitespaceCharacters' => {
|
||||
isa => 'Koha::Exceptions::Password',
|
||||
description => 'Password contains trailing whitespace character(s)'
|
||||
description => 'Password contains leading/trailing whitespace character(s)'
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue