View | Details | Raw Unified | Return to bug 21233
Collapse All | Expand All

(-)a/Koha/Exceptions/Password.pm (-3 / +2 lines)
Lines 77-85 Password is too short. Link Here
77
77
78
Password is too weak.
78
Password is too weak.
79
79
80
=head2 Koha::Exceptions::Password::TrailingWhitespace
80
=head2 Koha::Exceptions::Password::WhitespaceCharacters
81
81
82
Password contains trailing spaces, which is forbidden.
82
Password contains leading/trailing spaces, which is forbidden.
83
83
84
=head1 Class methods
84
=head1 Class methods
85
85
86
- 

Return to bug 21233