Bugzilla – Attachment 78721 Details for
Bug 21233
Add Koha::Exceptions::Password class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21233: (QA follow-up) It is not only trailing whitespace characters
Bug-21233-QA-follow-up-It-is-not-only-trailing-whi.patch (text/plain), 1.04 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-09-14 19:28:21 UTC
(
hide
)
Description:
Bug 21233: (QA follow-up) It is not only trailing whitespace characters
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-09-14 19:28:21 UTC
Size:
1.04 KB
patch
obsolete
>From 9a1c6f7b297b5cce3846c196b0eb5da495c746d8 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21233
:
77880
|
77881
|
77914
|
77915
|
78116
|
78117
|
78118
| 78721 |
78836