Bug 9611: (follow-up) move new password hashing routines to separate module
[koha.git] / C4 / Auth_with_ldap.pm
index c26990e..bf53936 100644 (file)
@@ -26,7 +26,8 @@ use C4::Context;
 use C4::Members qw(AddMember changepassword);
 use C4::Members::Attributes;
 use C4::Members::AttributeTypes;
-use C4::Auth qw(hash_password checkpw_internal);
+use C4::Auth qw(checkpw_internal);
+use Koha::AuthUtils qw(hash_password);
 use List::MoreUtils qw( any );
 use Net::LDAP;
 use Net::LDAP::Filter;