[Koha-bugs] [Bug 23865] Throw exceptions from Koha::AuthUtils::is_password_valid

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 22 12:55:20 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23865

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It's "is_password_valid", and it is used in other places:

Koha/AuthUtils.pm:        ( $is_valid, undef ) = is_password_valid( $password
);
Koha/Patron.pm:        my ( $is_valid, $error ) =
Koha::AuthUtils::is_password_valid( $password );
installer/onboarding.pl:        my ( $is_valid, $passworderror) =
Koha::AuthUtils::is_password_valid( $firstpassword );
members/memberentry.pl:      my ( $is_valid, $error ) =
Koha::AuthUtils::is_password_valid( $password );
opac/opac-memberentry.pl:        my ( $is_valid, $error ) =
Koha::AuthUtils::is_password_valid( $borrower->{password} );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list