Bug 12151: Remove uses of smartmatch operator in Search.pm and opac-search.pl
[koha_fer] / opac / opac-passwd.pl
index 923a5cf..440f9a2 100755 (executable)
@@ -29,7 +29,7 @@ use Digest::MD5 qw(md5_base64);
 use C4::Circulation;
 use C4::Members;
 use C4::Output;
-use C4::Auth qw(hash_password);
+use Koha::AuthUtils qw(hash_password);
 
 my $query = new CGI;
 my $dbh   = C4::Context->dbh;