Pbkdf2: Use it everywhere.

This commit is contained in:
Lain Soykaf 2021-01-14 15:06:16 +01:00
commit 39f3683a06
21 changed files with 37 additions and 127 deletions

View file

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