Merge pull request 'Fix typo in CSP Report-To header name' (#250) from tcit/akkoma...
[akkoma] / lib / pleroma / web / plugs / authentication_plug.ex
index c3e13858aaf46013ffa844f7313762cadc0310b2..8d58169cf61ebf2e15ac7bbabc6b81998822cfd3 100644 (file)
@@ -48,7 +48,7 @@ defmodule Pleroma.Web.Plugs.AuthenticationPlug do
   end
 
   def checkpw(password, "$pbkdf2" <> _ = password_hash) do
-    Pbkdf2.verify_pass(password, password_hash)
+    Pleroma.Password.Pbkdf2.verify_pass(password, password_hash)
   end
 
   def checkpw(_password, _password_hash) do