@@ -, +, @@ characters --- Koha/Exceptions/Password.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Koha/Exceptions/Password.pm +++ a/Koha/Exceptions/Password.pm @@ -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)' } ); --