diff --git a/lib/NGCP/Panel/Controller/SOAP/Intercept.pm b/lib/NGCP/Panel/Controller/SOAP/Intercept.pm index dcd5524601..c69af3c5bf 100644 --- a/lib/NGCP/Panel/Controller/SOAP/Intercept.pm +++ b/lib/NGCP/Panel/Controller/SOAP/Intercept.pm @@ -102,7 +102,7 @@ sub _auth { # migrate password to bcrypt $admin->update({ md5pass => undef, - saltedpass => NGCP::Panel::Utils::Admin::get_salted_hash($auth->{password}), + saltedpass => NGCP::Panel::Utils::Admin::generate_salted_hash($auth->{password}), }); }