From 9a1c6f7b297b5cce3846c196b0eb5da495c746d8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 14 Sep 2018 12:27:36 -0700 Subject: [PATCH] Bug 21233: (QA follow-up) It is not only trailing whitespace characters Signed-off-by: Tomas Cohen Arazi --- Koha/Exceptions/Password.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Exceptions/Password.pm b/Koha/Exceptions/Password.pm index c64873dca5..53a290da75 100644 --- a/Koha/Exceptions/Password.pm +++ b/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)' } ); -- 2.19.0