Password: Replace Pbkdf2 with Password.

This commit is contained in:
lain 2021-01-13 15:11:11 +01:00
commit 9106048c61
18 changed files with 29 additions and 30 deletions

View file

@ -17,7 +17,7 @@ defmodule Pleroma.Web.Plugs.AuthenticationPlugTest do
user = %User{
id: 1,
name: "dude",
password_hash: Pbkdf2.hash_pwd_salt("guy")
password_hash: Pleroma.Password.hash_pwd_salt("guy")
}
conn =